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

8 lines
298 B
INI

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