This file is indexed.

/usr/share/doc/nagios-plugin-check-multi/examples/cluster/download.cfg is in nagios-plugin-check-multi 0.26-1.

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
#--- check download state for my-plugin.de and sourceforge.net
define service {
   name                 download
   service_description  download cluster example
   host_name            localhost
   check_interval       1
   check_command        check_multi!-f /usr/local/nagios/etc/download.cmd -n download -r 31 
   use                  local-service
}