Index: experimental/webtry/setup/sys/webtry_monit |
diff --git a/experimental/webtry/setup/sys/webtry_monit b/experimental/webtry/setup/sys/webtry_monit |
index 906b0a69ac8cd79d51f9026b869633eae3d31e78..35cf5d34dd80429c75534fa47ced158bcc9ac883 100644 |
--- a/experimental/webtry/setup/sys/webtry_monit |
+++ b/experimental/webtry/setup/sys/webtry_monit |
@@ -2,6 +2,10 @@ check process webtry with pidfile /var/run/webtry.pid |
start program = "/etc/init.d/webtry start" |
stop program = "/etc/init.d/webtry stop" |
+check process logserver with pidfile /var/run/logserver.pid |
+ start program = "/etc/init.d/logserver start" |
+ stop program = "/etc/init.d/logserver stop" |
+ |
check process squid3 with pidfile /var/run/squid3.pid |
start program = "/etc/init.d/squid3 start" |
stop program = "/etc/init.d/squid3 stop" |