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

6 lines
146 B
INI

# Simple web check
define command {
command_name check_http_url
command_line $NAGIOSPLUGINSDIR$/check_http -H $HOSTADDRESS$ -u $ARG1$
}