summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/tincnet.cfg
blob: d63119b317d8df25dcfe908133c7924ed72a055d (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
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
}