summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/shacknet.cfg
diff options
context:
space:
mode:
authortv <tv@also>2011-05-26 12:24:27 +0200
committertv <tv@also>2011-05-26 12:24:27 +0200
commit4a4771f4f95d1b3c62620b0ccec13822b5c293e1 (patch)
treeb82f022db5852118d71654e509be82dd36794e75 /modules/Monitoring/conf/shacknet.cfg
parent224aa7f6695f0d395943555664d25cf3999d2f93 (diff)
parent54f8f1d6b9d5f7b8056cb40ed92d2b10d08415ea (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'modules/Monitoring/conf/shacknet.cfg')
-rw-r--r--modules/Monitoring/conf/shacknet.cfg34
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$'
+ }