summaryrefslogtreecommitdiffstats
path: root/Monitoring/conf/shacknet.cfg
blob: 802e5e3a79595621051ef41ba49bc9c868cf95b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
define hostgroup {
        hostgroup_name   shack-rz
        alias            Shack RZ Infrastructure
        }
define hostgroup {
        hostgroup_name   bitcoin-miner
        alias            Bitcoin miner in Shack-RZ
        }
define hostextinfo{
        hostgroup_name   bitcoin-miner
        notes            Bitcoin miner in Shack-RZ
        icon_image       krebs/bitcoin_miner.png
        icon_image_alt   bitcoin_miner
        vrml_image       bitcoin_miner.png
        statusmap_image  krebs/bitcoin_miner.gd2
        }

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$'
        }