ansible/roles/nagios_server/files/nagios/commands/bzr.cfg
2017-01-05 00:55:16 +00:00

8 lines
298 B
INI

# 'check_bzr' command definition
# I'd like this to actually interact with BZR, but I can't find any
# proper documentation on the protocol to craft send/expect/quit
# strings.
define command{
command_name check_bzr
command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 4155
}