This file is indexed.

/usr/share/doc/nagios-plugin-check-multi/examples/cluster/download.cmd 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
# check definitions
command [ my-plugin   ] = check_multi -n "" -f /usr/local/nagios/etc/download_my-plugin.cmd -r 31
command [ sourceforge ] = check_multi -n "" -f /usr/local/nagios/etc/download_sourceforge.cmd -r 31
# state definitions
state [ warning  ]	= COUNT(CRITICAL) > 0 || COUNT(WARNING) > 0 || COUNT(UNKNOWN) > 0
state [ critical ]	= COUNT(CRITICAL) > 1