~ubuntu-branches/ubuntu/wily/nagios-plugins-rabbitmq/wily-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Cyril Bouthors
  • Date: 2014-04-18 10:57:00 UTC
  • Revision ID: package-import@ubuntu.com-20140418105700-rx7126mtagy8fj9b
Tags: 20140418
Fixed debian/postinst

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
define command{
 
2
        command_name    cyb_check_rabbitmq_server
 
3
        command_line    exec sudo /usr/lib/nagios/plugins-cyb/check_rabbitmq_server --extra-opts=$ARG1$
 
4
}
 
5
 
 
6
define command{
 
7
        command_name    cyb_check_rabbitmq_server_by_ssh
 
8
        command_line    exec ssh $HOSTADDRESS$ sudo /usr/lib/nagios/plugins-cyb/check_rabbitmq_server --extra-opts=$ARG1$
 
9
}