-monit-cn (1:4.5-2) stable; urgency=low
+monit-cn (1:4.8.1-1) stable; urgency=low
* dodan postgrey servis
- * rijesen minorni problem sa mysql konfiguracijom (Monit iz Sargea nema
- protocol mysql, pa cemo koristiti type tcp)
+ * dodan asterisk servis
+ * dodan saslauthd servis
* workaround za monit SystemV skriptu -- registriramo se na pocetak init
skripte i javljamo da se koristi inittab
+ * ovisnost o Etch verziji monita (4.8.1-2.1)
+ * svi tcp 110 sad koriste protocol pop3
-- Dinko Korunic <kreator@carnet.hr> Thu, 25 Oct 2007 12:01:46 +0200
Package: monit-cn
Architecture: all
-Depends: monit (>= 1:4.5-1), carnet-tools-cn (>= 2.1.8), awk
+Depends: monit (>= 1:4.8.1-2.1), carnet-tools-cn (>= 2.1.8), awk
Description: A utility for monitoring and managing daemons or similar programs
monit is a utility for monitoring and managing daemons or similar
programs running on a Unix system. It will start specified programs
stop program = "/etc/init.d/dovecot stop"
if failed host 127.0.0.1 port 143 protocol imap
then restart
- if failed host 127.0.0.1 port 110 type tcp
+ if failed host 127.0.0.1 port 110 protocol pop3
then restart
stop program = "/etc/init.d/freeradius stop"
if failed host 127.0.0.1 port 1812 type udp
then restart
+ #if failed host 127.0.0.1 port 1813 type udp
+ # then restart
check process mysql with pidfile "/var/run/mysqld/mysqld.pid"
start program = "/etc/init.d/mysql start"
stop program = "/etc/init.d/mysql stop"
- #if failed host 127.0.0.1 port 3306 protocol mysql
- # with timeout 10 seconds
- # then restart
- if failed host 127.0.0.1 port 3306 type tcp
+ if failed host 127.0.0.1 port 3306 protocol mysql
with timeout 10 seconds
then restart
group mail
start program = "/etc/init.d/qpopper start"
stop program = "/etc/init.d/qpopper stop"
- if failed host 127.0.0.1 port 110 type tcp
+ if failed host 127.0.0.1 port 110 type pop3
then restart
--- /dev/null
+# saslauthd monit-cn template
+
+check process saslauthd with pidfile "/var/run/saslauthd/saslauthd.pid"
+ group mail
+ start program = "/etc/init.d/saslauthd start"
+ stop program = "/etc/init.d/saslauthd stop"