diff options
author | krebs <krebs@UTART> | 2011-05-18 18:12:15 +0200 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-18 18:12:15 +0200 |
commit | 7f7d831d23d433c9c85ce2ac7a49763a64f01730 (patch) | |
tree | 06cd4fbeb949dd382d7066c28f32cceda5c6ecf8 /modules/Monitoring/conf/tincnet.cfg | |
parent | 480369116a4d1c561152e0a183573d7ff80219ae (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/tincnet.cfg')
-rw-r--r-- | modules/Monitoring/conf/tincnet.cfg | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/modules/Monitoring/conf/tincnet.cfg b/modules/Monitoring/conf/tincnet.cfg new file mode 100644 index 00000000..d63119b3 --- /dev/null +++ b/modules/Monitoring/conf/tincnet.cfg @@ -0,0 +1,27 @@ +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 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 +} + |