nagios: update feedback bot check to reflect API directory reorg.

(imported from commit 01389b0f3f8bf68249cf91b4986e44763fb9a4a0)
This commit is contained in:
Jessica McKellar 2013-04-10 17:40:48 -04:00
parent fe7fedd252
commit c784457d36
1 changed files with 1 additions and 1 deletions

View File

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