From db5e5c899f273c71fd7b489453179eb6232694f0 Mon Sep 17 00:00:00 2001 From: Dinko Korunic Date: Tue, 16 Dec 2008 14:06:08 +0100 Subject: [PATCH] * bugfix za cron gdje se koristio cron.pid umjesto crond.pid * tsm-client (dsmc) conf --- debian/changelog | 7 +++++++ monit-cn/cron.conf | 2 +- monit-cn/dsmc.conf | 10 ++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 monit-cn/dsmc.conf diff --git a/debian/changelog b/debian/changelog index 46fcb22..5fc4c42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/monit-cn/cron.conf b/monit-cn/cron.conf index 7867868..eb07948 100644 --- a/monit-cn/cron.conf +++ b/monit-cn/cron.conf @@ -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 index 0000000..aaad629 --- /dev/null +++ b/monit-cn/dsmc.conf @@ -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" -- 1.7.10.4