This file is indexed.

/usr/share/nagios-snmp-plugins/pluginconfig/snmp_storage.cfg is in nagios-snmp-plugins 1.1.1-8.

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
13
14
15
16
17
18
19
20
# system storage check template, for more see:
# http://www.manubulon.com/nagios/index_commands.html#storage

# 'check_snmp_storage_v1' command definition
define command {
	command_name check_snmp_storage_v1
	command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -C $ARG5$ -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}

# 'check_snmp_storage_v2' command definition
define command {
	command_name check_snmp_storage_v2
	command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ -C $ARG5$ -2 -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}

# 'check_snmp_storage_v3' command definition
define command {
	command_name check_snmp_storage_v3
	command_line $USER1$/check_snmp_storage.pl -H $HOSTADDRESS$ $USER9$ -m $ARG1$ -w $ARG2$ -c $ARG3$ $ARG4$
}