summaryrefslogtreecommitdiffstats
path: root/modules/Monitoring/conf/krebsnet.cfg
blob: c799183d00676bb6fd990c6de3f38e9f258ab921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## extended infos for krebsnet
define hostgroup {
        hostgroup_name   krebs-machines
        alias            Krebs Machines
        }
define hostextinfo{
        hostgroup_name   krebs-machines
        notes            Deployed Krebse
#       notes_url        http://webserver.localhost.localdomain/hostinfo.pl?host=netware1
        icon_image       krebs/krebs.png
        icon_image_alt   Krebs
        vrml_image       krebs.png
        statusmap_image  krebs/krebs.gd2
        }
define host{
        use             generic-host
        name            tinc-only-host
        check_command   check_internal_tinc_up!100.0,20%!500.0,60%
        }