diff options
author | krebs <krebs@UTART> | 2011-05-22 01:36:58 +0200 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-22 01:36:58 +0200 |
commit | a780c084808b707cd220729eea851b896c3310dc (patch) | |
tree | c29496cc6e36d6ec289f3168cc1352bff7ebe32c /modules/Monitoring/conf/tincnet.cfg | |
parent | f760a83541fd49249753c1995e04ede0a0013f4f (diff) |
updated Nagios config scripts
krebs_hosts: changed paths for utart/ytart
shack_infrastructure: added script to check if local dns is working
tinc_hosts: added IRC check for supernode
tincnet: added IRC check command
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 |