Index: experimental/webtry/sys/webtry_monit |
diff --git a/experimental/webtry/sys/webtry_monit b/experimental/webtry/sys/webtry_monit |
index 5fccf8a84e897e5a6dea0629dd348668b3d368ee..906b0a69ac8cd79d51f9026b869633eae3d31e78 100644 |
--- a/experimental/webtry/sys/webtry_monit |
+++ b/experimental/webtry/sys/webtry_monit |
@@ -2,3 +2,6 @@ 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 squid3 with pidfile /var/run/squid3.pid |
+ start program = "/etc/init.d/squid3 start" |
+ stop program = "/etc/init.d/squid3 stop" |