ansible/roles/nagios_server/files/nagios/commands/tcp.cfg

7 lines
135 B
INI
Raw Normal View History

# 'check_tcp' command definition
define command{
command_name check_tcp
command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p $ARG1$
}