--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process mailgraph with pidfile "/var/run/mailgraph.pid"
+ start program = "/etc/init.d/mailgraph start"
+ stop program = "/etc/init.d/mailgraph stop"
--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process zoneserver with pidfile "/var/run/zoneserver.etc_maradns_mararc.pid"
+ start program = "/etc/init.d/zoneserver start"
+ stop program = "/etc/init.d/zoneserver stop"
--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process maradns with pidfile "/var/run/maradns.etc_maradns_mararc.pid"
+ start program = "/etc/init.d/maradns start"
+ stop program = "/etc/init.d/maradns stop"
+ if failed host 127.0.0.1 port 53 type udp
+ with timeout 10 seconds
+ then restart
--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process pdnsrecursor with pidfile "/var/run/pdns_recursor.pid"
+ start program = "/etc/init.d/pdns-recursor start"
+ stop program = "/etc/init.d/pdns-recursor stop"
+ #if failed host 127.0.0.1 port 53 type tcp
+ # then restart
+ #if failed host 127.0.0.1 port 53 type udp
+ # then restart
--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process pdns with pidfile "/var/run/pdns.pid"
+ start program = "/etc/init.d/pdns start"
+ stop program = "/etc/init.d/pdns stop"
+ #if failed host 127.0.0.1 port 53 type tcp
+ # then restart
+ #if failed host 127.0.0.1 port 53 type udp
+ # then restart
--- /dev/null
+## Begin - Generated by CARNet package monit-cn
+#
+# This is a monit-cn template file. REMOVE this whole comment block if
+# you DON'T WANT monit-cn to edit/remove/delete your configuration file.
+#
+## End - Generated by CARNet package monit-cn
+
+check process snmpd with pidfile "/var/run/snmpd.pid"
+ start program = "/etc/init.d/snmpd start"
+ stop program = "/etc/init.d/snmpd stop"
+ if failed host 127.0.0.1 port 161 type udp
+ with timeout 10 seconds
+ then restart