8 lines
196 B
INI
8 lines
196 B
INI
|
|
# Check SNMP service presence on target
|
|
define command {
|
|
command_name check_snmp_service
|
|
command_line $NAGIOSPLUGINSDIR$/check_snmp_service -H $HOSTADDRESS$ -C $SNMPCOMMUNITYREAD$
|
|
}
|
|
|