mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
We haven't actively used this plugin in years, and so it was never converted from the 2014-era monitoring to detect the hostname. This seems worth fixing since we may want to migrate this logic to a more modern monitoring system, and it's helpful to have it correct.
3 lines
185 B
Bash
Executable File
3 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
/usr/lib/nagios/plugins/zulip_app_frontend/check_send_receive_time --munin "$1" --site="https://$(/home/zulip/deployments/current/scripts/get-django-setting NAGIOS_BOT_HOST)"
|