* bugfix za cron gdje se koristio cron.pid umjesto crond.pid
authorDinko Korunic <kreator@carnet.hr>
Tue, 16 Dec 2008 13:06:08 +0000 (14:06 +0100)
committerDinko Korunic <kreator@carnet.hr>
Tue, 16 Dec 2008 13:06:08 +0000 (14:06 +0100)
* tsm-client (dsmc) conf

debian/changelog
monit-cn/cron.conf
monit-cn/dsmc.conf [new file with mode: 0644]

index 46fcb22..5fc4c42 100644 (file)
@@ -1,3 +1,10 @@
+monit-cn (1:4.8.1-8) stable; urgency=low
+
+  * bugfix za cron gdje se koristio cron.pid umjesto crond.pid
+  * tsm-client (dsmc) conf
+
+ -- Dinko Korunic <kreator@carnet.hr>  Tue, 16 Dec 2008 14:05:09 +0100
+
 monit-cn (1:4.8.1-7) stable; urgency=low
 
   * dodani novi predlosci za: mailgraph, maradns zoneserver, maradns, pdns
index 7867868..eb07948 100644 (file)
@@ -5,6 +5,6 @@
 #
 ## End - Generated by CARNet package monit-cn
 
-check process cron with pidfile "/var/run/cron.pid"
+check process cron with pidfile "/var/run/crond.pid"
     start program = "/etc/init.d/cron start"
     stop program = "/etc/init.d/cron stop"
diff --git a/monit-cn/dsmc.conf b/monit-cn/dsmc.conf
new file mode 100644 (file)
index 0000000..aaad629
--- /dev/null
@@ -0,0 +1,10 @@
+## 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 dsmc with pidfile "/var/run/dsmc.pid"
+    start program = "/etc/init.d/tsm-client start"
+    stop program = "/etc/init.d/tsm-client stop"