~ubuntu-branches/ubuntu/vivid/nagios-plugins-rabbitmq/vivid

« back to all changes in this revision

Viewing changes to etc/nagios-plugins/config/check_rabbitmq_queue.cfg

  • Committer: Package Import Robot
  • Author(s): Cyril Bouthors
  • Date: 2014-07-08 11:30:58 UTC
  • mfrom: (0.1.1)
  • Revision ID: package-import@ubuntu.com-20140708113058-lxipwl0cqe2v4amm
Tags: 1:1.2.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
define command{
2
 
        command_name    cyb_check_rabbitmq_queue
3
 
        command_line    exec sudo /usr/lib/nagios/plugins-cyb/check_rabbitmq_queue --extra-opts=$ARG1$ --queue=$ARG2$
 
2
        command_name    check_rabbitmq_queue
 
3
        command_line    exec sudo /usr/lib/nagios/plugins/check_rabbitmq_queue --extra-opts=$ARG1$ --queue=$ARG2$
4
4
}
5
5
 
6
6
define command{
7
 
        command_name    cyb_check_rabbitmq_queue_by_ssh
8
 
        command_line    exec ssh $HOSTADDRESS$ sudo /usr/lib/nagios/plugins-cyb/check_rabbitmq_queue --extra-opts=$ARG1$ --queue=$ARG2$
 
7
        command_name    check_rabbitmq_queue_by_ssh
 
8
        command_line    exec ssh $HOSTADDRESS$ sudo /usr/lib/nagios/plugins/check_rabbitmq_queue --extra-opts=$ARG1$ --queue=$ARG2$
9
9
}