summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/tincnet.cfg
diff options
context:
space:
mode:
authorFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-29 15:48:47 +0200
committerFelix Richter <Felix.Richter@syntax-fehler.de>2011-05-29 15:48:47 +0200
commit590f55d10dd4ce2e00ecf422e38385d3c7bace29 (patch)
treea4e07d12b5763bd667438dce18ad092127ec4233 /modules/Monitoring/conf/tincnet.cfg
parent427bdf4e2093217f967384f785e3907930a74a21 (diff)
parente0ec5d2e8560ae433ee677622b24ba82dbe7630b (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'modules/Monitoring/conf/tincnet.cfg')
-rw-r--r--modules/Monitoring/conf/tincnet.cfg31
1 files changed, 0 insertions, 31 deletions
diff --git a/modules/Monitoring/conf/tincnet.cfg b/modules/Monitoring/conf/tincnet.cfg
deleted file mode 100644
index f0b35b4e..00000000
--- a/modules/Monitoring/conf/tincnet.cfg
+++ /dev/null
@@ -1,31 +0,0 @@
-define hostgroup {
- hostgroup_name tinc-nodes
- alias Tinc Nodes
- }
-
-define hostextinfo{
- hostgroup_name tinc-nodes
- notes Tinc Nodes
- icon_image krebs/tinc.png
- icon_image_alt tinc
- vrml_image tinc.png
- statusmap_image krebs/tinc.gd2
- }
-
-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
- service_description tinc internal
- check_command check_internal_tinc_up!100.0,20%!500.0,60%
- use generic-service
- notification_interval 0
-}
-