File: check_rabbitmq_overview.cfg

package info (click to toggle)
nagios-plugins-rabbitmq 1%3A1.2.0-2.4
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: perl: 980; sh: 24; makefile: 14
file content (9 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
define command{
        command_name    check_rabbitmq_overview
        command_line    exec sudo /usr/lib/nagios/plugins/check_rabbitmq_overview --extra-opts=$ARG1$
}

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