diff options
author | krebs <krebs@UTART> | 2011-05-23 16:22:29 +0200 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-23 16:22:29 +0200 |
commit | 5fc88a3872d0e138b611fd6d1341979232a1de90 (patch) | |
tree | 8bdbec46f0bb27456bd8c1f5b119ea258dac3114 /modules/Monitoring/conf/shacknet.cfg | |
parent | 951d398e20fdb778289e7dff2350594503dc300f (diff) |
updated shack infrastructure according to wiki
see: http://cert.eulerpfad.com/infrastruktur:topo
added access points including icons
added vdsl-modem,extern-switch
updated parents according to plan
updated coreswitch and serverswitch infrastructure
added check_sip script
a lot of more stuff probably
Diffstat (limited to 'modules/Monitoring/conf/shacknet.cfg')
-rw-r--r-- | modules/Monitoring/conf/shacknet.cfg | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/modules/Monitoring/conf/shacknet.cfg b/modules/Monitoring/conf/shacknet.cfg new file mode 100644 index 00000000..7658ab80 --- /dev/null +++ b/modules/Monitoring/conf/shacknet.cfg @@ -0,0 +1,34 @@ +define hostgroup { + hostgroup_name shack-rz + alias Shack RZ Infrastructure + } +define hostgroup { + hostgroup_name wlan-ap + alias Shack Wlan Access Points + } +define hostextinfo{ + hostgroup_name wlan-ap + notes Access Points for Shack + icon_image krebs/wireless_access_point.png + icon_image_alt wireless_access_point + vrml_image wireless_access_point.png + statusmap_image krebs/wireless_access_point.gd2 + } +define hostextinfo{ + hostgroup_name shack-rz + notes Shack RZ Infrastructure + icon_image krebs/shack.png + icon_image_alt shack-RZ + vrml_image shack.png + statusmap_image krebs/shack.gd2 + } + +define command { + command_name check_sip + command_line $USER1$/check_tcp -H $HOSTADDRESS$ -p 5060 + } + +define command { + command_name check_dns_shack + command_line $USER1$/check_dns -H shack.shack -s '$HOSTADDRESS$' + } |