mirror of https://github.com/zulip/zulip.git
nagios: update feedback bot check to reflect API directory reorg.
(imported from commit 01389b0f3f8bf68249cf91b4986e44763fb9a4a0)
This commit is contained in:
parent
fe7fedd252
commit
c784457d36
|
@ -78,7 +78,7 @@ define command{
|
|||
|
||||
define command{
|
||||
command_name check_feedback_bot
|
||||
command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_procs -u humbug -c 1:1 -a "/usr/bin/python /home/humbug/humbug/api/bots/feedback-bot"'
|
||||
command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_procs -u humbug -c 1:1 -a "python /home/humbug/humbug/bots/feedback-bot"'
|
||||
}
|
||||
|
||||
define command{
|
||||
|
|
Loading…
Reference in New Issue