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

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

define command{
        command_name    cyb_check_rabbitmq_server_by_ssh
        command_line    exec ssh $HOSTADDRESS$ sudo /usr/lib/nagios/plugins-cyb/check_rabbitmq_server --extra-opts=$ARG1$
}