git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_webinject/webinject.cfg
blob: f02139e8206916d4759757df276c67f4b80af640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 'check_webinject' command definition
define command{
    command_name    check_webinject
    command_line    /usr/lib/nagios/plugins/check_webinject  '$ARG1$'
}


# 'check_webinject' command definition
define command{
    command_name    check_webinject_baseurl
    command_line    /usr/lib/nagios/plugins/check_webinject  -s 'baseurl=$ARG1$' '$ARG2$'
}