put in the first run at new nagios configs
This commit is contained in:
parent
a1957d29d4
commit
8cf72ff116
310 changed files with 13255 additions and 26 deletions
8
roles/nagios_server/files/nagios/commands/git.cfg
Normal file
8
roles/nagios_server/files/nagios/commands/git.cfg
Normal file
|
@ -0,0 +1,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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue