surveil/tools/docker/etc/shinken/commands/check_snmp_storage.cfg
aviau 9f7cdee108 Moved Dockerfile to root
Change-Id: Ie4e4b14028aeeba58d20464fc9c5d02846b029ec
2014-08-14 20:57:02 -04:00

9 lines
286 B
INI

# default command to check storage by snmp
# Others commands are in os pack.
define command {
command_name check_snmp_storage
command_line $NAGIOSPLUGINSDIR$/check_snmp_storage.pl -H $HOSTADDRESS$ -C $SNMPCOMMUNITYREAD$ -m $ARG1$ -f -w $ARG2$ -c $ARG3$ -S0,1 -o 65535
}