mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
munin: Fix the path to check_send_receive_time.
This commit is contained in:
committed by
Tim Abbott
parent
8be544e7eb
commit
ddc7bb5a45
@@ -4,4 +4,4 @@ if [ "$(hostname)" = "staging.zulip.net" ]; then
|
|||||||
else
|
else
|
||||||
site="https://api.zulip.com"
|
site="https://api.zulip.com"
|
||||||
fi
|
fi
|
||||||
/home/zulip/deployments/current/api/integrations/zephyr/check_send_receive.py --munin "$1" --site="$site"
|
/usr/lib/nagios/plugins/zulip_app_frontend/check_send_receive_time --munin "$1" --site="$site"
|
||||||
|
|||||||
Reference in New Issue
Block a user