summaryrefslogtreecommitdiffstats
path: root/Monitoring/conf/hostgroups_generic.cfg
blob: 4e3625c5a4f2aa766255a9c4016477569efae072 (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
# A simple wildcard hostgroup
define hostgroup {
        hostgroup_name  all
    alias           All Servers
    members         *
        }

# A list of your Debian GNU/Linux servers
define hostgroup {
        hostgroup_name  debian-servers
    alias           Debian GNU/Linux Servers
    members         localhost
        }

# A list of your web servers
define hostgroup {
        hostgroup_name  http-servers
    alias           HTTP servers
    members         localhost
        }

# A list of your ssh-accessible servers
define hostgroup {
        hostgroup_name  ssh-servers
    alias           SSH servers
    members         localhost
        }