This file is indexed.

/usr/share/nagios-snmp-plugins/pluginconfig/snmp_load.cfg is in nagios-snmp-plugins 1.1.1-7.

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 load check template, for more see:
# http://www.manubulon.com/nagios/index_commands.html#load

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

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

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