Advertisement
Guest User

Untitled

a guest
May 19th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. wcs_core_pid=/var/run/FlashphonerMainWebCallServer.pid
  2.  
  3. client.jmx_port=50999
  4. client.jmx_login=login
  5. client.jmx_password=password
  6. client.max_failure_count=2
  7. client.handle_failure_interval=30000
  8. client.failure_check_interval=30000
  9. client.notification.email=email
  10. client.notify_only=true
  11.  
  12. watchdog_events=CoreProcessDown,EventScannerDown
  13. on_watchdog_event=watchdog_event_hook.sh
  14. watchdog_autorun=true
  15.  
  16. server.registration.credentials=login:login,authenticationName:authenticationName,password:password,domain:domain,outboundProxy:outboundProxy,port:5060
  17. server.registration.credentials.delimiter1=,
  18. server.registration.credentials.delimiter2=:
  19.  
  20. #sendmail_script=watchdog_mail_script.sh
  21.  
  22. mail.smtp.auth=true
  23. mail.smtp.starttls.enable=true
  24. mail.smtp.host=host
  25. mail.smtp.port=587
  26. mail.username=email
  27. mail.password=password
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement