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/tinc_hosts.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/tinc_hosts.cfg')
-rw-r--r-- | modules/Monitoring/conf/tinc_hosts.cfg | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/Monitoring/conf/tinc_hosts.cfg b/modules/Monitoring/conf/tinc_hosts.cfg index ef2cb95d..4b1ad9ab 100644 --- a/modules/Monitoring/conf/tinc_hosts.cfg +++ b/modules/Monitoring/conf/tinc_hosts.cfg @@ -10,7 +10,14 @@ define host{ _TINC_ADDRESS 10.7.7.1 address miefda.org parents shack-gw - hostgroups tinc-nodes,ssh-servers + hostgroups tinc-nodes,ssh-servers,http-servers + } + +define service { + host_name supernode + service_description IRC + use generic-service + check_command check_ircd } # # Sharepoint (dhbw-stuttgart) |