surveil/tools/docker/etc/shinken/commands/check_snmp_service.cfg
aviau 9f7cdee108 Moved Dockerfile to root
Change-Id: Ie4e4b14028aeeba58d20464fc9c5d02846b029ec
2014-08-14 20:57:02 -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$
}