From 7995441eac6b0d44d96364f3e0c48fe66008af3f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 15 May 2007 20:29:31 +0000 Subject: Oops, we need /etc/ping_hosts.sh to run every 5 minutes. --- cf/conf/config.xml | 9 +++++++++ conf.default/config.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/cf/conf/config.xml b/cf/conf/config.xml index a57dc18..e505c62 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -606,6 +606,15 @@ root /usr/local/bin/checkreload.sh + + */5 + * + * + * + * + root + /etc/ping_hosts.sh + diff --git a/conf.default/config.xml b/conf.default/config.xml index 97442a4..822c19b 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -597,6 +597,15 @@ root /usr/local/bin/checkreload.sh + + */5 + * + * + * + * + root + /etc/ping_hosts.sh +