No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_monit_conf.d_jitsi 496B

12345678910111213
  1. check process jicofo matching jicofo
  2. group social
  3. start program = "/bin/systemctl start jicofo"
  4. stop program = "/bin/systemctl stop jicofo"
  5. if does not exist then restart
  6. if 5 restarts within 5 cycles then timeout
  7. check process jitsi-videobridge2 matching jitsi-videobridge
  8. group social
  9. start program = "/bin/systemctl start jitsi-videobridge2"
  10. stop program = "/bin/systemctl stop jitsi-videobridge2"
  11. if does not exist then restart
  12. if 5 restarts within 5 cycles then timeout