暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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