mirror of https://github.com/zulip/zulip.git
Fix path to bots after folder refactor
(imported from commit c43e8794e2de5a7feb8b1ae713de2aa63c3d3dd3)
This commit is contained in:
parent
9bb699f917
commit
97b6c1f9ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue