diff options
author | root <root@krebs> | 2011-05-24 22:27:42 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-05-24 22:27:42 +0200 |
commit | 73ad8055ea48283ce1eea672e9358e70290befb7 (patch) | |
tree | 93d06d17228e29fa34cf1f9b4140e9df775dbe47 /modules/Monitoring/conf/tincnet.cfg | |
parent | 843b62b3ea1923eeb50d73a2bc260800ebec6213 (diff) | |
parent | 405829cd0021cf32f04a499b65a4c1358dfd7604 (diff) |
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'modules/Monitoring/conf/tincnet.cfg')
-rw-r--r-- | modules/Monitoring/conf/tincnet.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/Monitoring/conf/tincnet.cfg b/modules/Monitoring/conf/tincnet.cfg index d63119b3..f0b35b4e 100644 --- a/modules/Monitoring/conf/tincnet.cfg +++ b/modules/Monitoring/conf/tincnet.cfg @@ -16,6 +16,10 @@ define command { command_name check_internal_tinc_up command_line $USER1$/check_ping -H $_HOSTTINC_ADDRESS$ -w $ARG1$ -c $ARG2$ } +define command { + command_name check_ircd + command_line $USER1$/check_ircd $_HOSTTINC_ADDRESS$ + } define service { hostgroup_name tinc-nodes |