summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/tinc_hosts.cfg
diff options
context:
space:
mode:
authorkrebs <krebs@UTART>2011-05-18 18:12:15 +0200
committerkrebs <krebs@UTART>2011-05-18 18:12:15 +0200
commit7f7d831d23d433c9c85ce2ac7a49763a64f01730 (patch)
tree06cd4fbeb949dd382d7066c28f32cceda5c6ecf8 /modules/Monitoring/conf/tinc_hosts.cfg
parent480369116a4d1c561152e0a183573d7ff80219ae (diff)
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
Diffstat (limited to 'modules/Monitoring/conf/tinc_hosts.cfg')
-rw-r--r--modules/Monitoring/conf/tinc_hosts.cfg20
1 files changed, 20 insertions, 0 deletions
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
+ }