From 7f7d831d23d433c9c85ce2ac7a49763a64f01730 Mon Sep 17 00:00:00 2001 From: krebs Date: Wed, 18 May 2011 18:12:15 +0200 Subject: added initial tinc monitoring Makefile: makefile now handles changed folder structure conf - all nagios config files htdocs - all additional static content (logos for krebs and tinc) plugins - all new nagios plugins conf/* addition of tinc hots as well as tinc-hosts group and krebsnet now has sharepoint and supernode in the queue htdocs/* added logos for tinc, as well as gd2 for the tree --- modules/Monitoring/conf/tinc_hosts.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 modules/Monitoring/conf/tinc_hosts.cfg (limited to 'modules/Monitoring/conf/tinc_hosts.cfg') diff --git a/modules/Monitoring/conf/tinc_hosts.cfg b/modules/Monitoring/conf/tinc_hosts.cfg new file mode 100644 index 00000000..03cfcc41 --- /dev/null +++ b/modules/Monitoring/conf/tinc_hosts.cfg @@ -0,0 +1,20 @@ + +# +# Miefda Supernode +# +define host{ + use generic-host + host_name miefda.org + alias Supernode External + _TINC_ADDRESS 10.7.7.1 + hostgroups tinc-nodes,ssh-servers + } + +define host{ + use generic-host + host_name pa-sharepoint.informatik.ba-stuttgart.de + alias PA Sharepoint + address 141.31.8.11 + _TINC_ADDRESS 10.7.7.5 + hostgroups tinc-nodes,ssh-servers + } -- cgit v1.2.3 From fcec78c5b4a4cad7218cf4788019c6205fa757b9 Mon Sep 17 00:00:00 2001 From: krebs Date: Thu, 19 May 2011 03:26:40 +0200 Subject: added whole shack-RZ, tinc nodes krebs_hosts.cfg: added vhosts added parent relationships shack_infrastructure.cfg: added whole RZ (was using nmap for enum) tinc_hosts: added parents relationship logos: added shack logo --- modules/Monitoring/conf/tinc_hosts.cfg | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'modules/Monitoring/conf/tinc_hosts.cfg') diff --git a/modules/Monitoring/conf/tinc_hosts.cfg b/modules/Monitoring/conf/tinc_hosts.cfg index 03cfcc41..ef2cb95d 100644 --- a/modules/Monitoring/conf/tinc_hosts.cfg +++ b/modules/Monitoring/conf/tinc_hosts.cfg @@ -1,20 +1,38 @@ +#connection will not work if no internet is available (e.g. no shack-gateway) # # Miefda Supernode # define host{ use generic-host - host_name miefda.org + host_name supernode alias Supernode External _TINC_ADDRESS 10.7.7.1 + address miefda.org + parents shack-gw hostgroups tinc-nodes,ssh-servers } - +# +# Sharepoint (dhbw-stuttgart) +# define host{ use generic-host - host_name pa-sharepoint.informatik.ba-stuttgart.de + host_name sharepoint alias PA Sharepoint address 141.31.8.11 _TINC_ADDRESS 10.7.7.5 + parents shack-gw hostgroups tinc-nodes,ssh-servers } +# +# Leechi +# +define host{ + use generic-host + host_name leechi + alias no_omo + address leechi.kicks-ass.org + _TINC_ADDRESS 10.7.7.111 + parents shack-gw + hostgroups tinc-nodes,ssh-servers,http-servers + } -- cgit v1.2.3 From a780c084808b707cd220729eea851b896c3310dc Mon Sep 17 00:00:00 2001 From: krebs Date: Sun, 22 May 2011 01:36:58 +0200 Subject: 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 --- modules/Monitoring/conf/tinc_hosts.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'modules/Monitoring/conf/tinc_hosts.cfg') 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) -- cgit v1.2.3