~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_aliveness
        command_line    exec sudo /usr/lib/nagios/plugins-cyb/check_rabbitmq_aliveness --extra-opts=$ARG1$
}

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