This file is indexed.

/etc/nagios-plugins/config/webinject.cfg is in nagios-plugins-contrib 14.20141104.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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$'
}