From 97b6c1f9ca6735c43c4699bb2d1db841aa649b0f Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 19 Feb 2013 12:06:38 -0500 Subject: [PATCH] Fix path to bots after folder refactor (imported from commit c43e8794e2de5a7feb8b1ae713de2aa63c3d3dd3) --- .../modules/humbug/files/nagios_plugins/check_zephyr_mirror | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/servers/puppet/modules/humbug/files/nagios_plugins/check_zephyr_mirror b/servers/puppet/modules/humbug/files/nagios_plugins/check_zephyr_mirror index 51eef72ea8..b6b272ba6e 100755 --- a/servers/puppet/modules/humbug/files/nagios_plugins/check_zephyr_mirror +++ b/servers/puppet/modules/humbug/files/nagios_plugins/check_zephyr_mirror @@ -4,10 +4,9 @@ Nagios plugin to check that Zephyr mirror forwarding is running. This script just checks the contents of a file. The forwarding test -itself lives in api/bots/check-mirroring and should be run out of cron -at least every 5 minutes, e.g.: +itself lives in api/bots/check-mirroring and should be run out of cron. -*/5 * * * * /home/humbug/api/bots/check-mirroring &> /var/run/nagios/check-mirroring-results +See bots/zephyr-mirror-crontab for the crontab details. """ import os