소스 검색

Merge pull request #263 from jplock/jp-fix-znc-monit

Fix monit ZNC monitoring
Luke Cyca 10 년 전
부모
커밋
6df7800d4e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      roles/monitoring/files/etc_monit_conf.d_znc

+ 2
- 2
roles/monitoring/files/etc_monit_conf.d_znc 파일 보기

2
   group irc
2
   group irc
3
   start program = "/etc/init.d/znc start"
3
   start program = "/etc/init.d/znc start"
4
   stop program = "/etc/init.d/znc stop"
4
   stop program = "/etc/init.d/znc stop"
5
-  if failed host localhost port 6697 type tcpSSL protocol http
5
+  if failed host localhost port 6643 protocol http
6
     with timeout 10 seconds
6
     with timeout 10 seconds
7
     then restart
7
     then restart
8
-  if 5 restarts within 5 cycles then timeout
8
+  if 5 restarts within 5 cycles then timeout

Loading…
취소
저장