summaryrefslogtreecommitdiffstats
path: root/roles/nagios_server/files/nagios/commands/git.cfg
blob: 070fcb2b2e514a3a2807ec94ded3dff94ea10398 (plain)
1
2
3
4
5
6
7
8
# '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
}