Quellcode durchsuchen

Fix monit ZNC monitoring

Justin Plock vor 10 Jahren
Ursprung
Commit
0c38a44f82
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      roles/monitoring/files/etc_monit_conf.d_znc

+ 2
- 2
roles/monitoring/files/etc_monit_conf.d_znc Datei anzeigen

@@ -2,7 +2,7 @@ check process znc with pidfile /var/run/znc/znc.pid
2 2
   group irc
3 3
   start program = "/etc/init.d/znc start"
4 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 6
     with timeout 10 seconds
7 7
     then restart
8
-  if 5 restarts within 5 cycles then timeout
8
+  if 5 restarts within 5 cycles then timeout

Laden…
Abbrechen
Speichern