Fix path to bots after folder refactor

(imported from commit c43e8794e2de5a7feb8b1ae713de2aa63c3d3dd3)
This commit is contained in:
Leo Franchi 2013-02-19 12:06:38 -05:00
parent 9bb699f917
commit 97b6c1f9ca
1 changed files with 2 additions and 3 deletions

View File

@ -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