surveil/tools/test_env/etc/shinken/commands/check_snmp_service.cfg
aviau 133a48abbe Added testing environment
Change-Id: I0f488a59b9278a301df6dad20e6e74c12923d726
2014-08-08 17:13:47 -04:00

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$
}