source: trunk/noc/nagios/hostgroups.cfg @ 2036

Last change on this file since 2036 was 1267, checked in by mitchb, 15 years ago
Configuration for new scripts webserver real-mccoy
File size: 1.1 KB
RevLine 
[48]1define hostgroup {
2        hostgroup_name  scripts-http
3        alias   Web servers
[430]4        members scripts,scripts-cert
[48]5}
6
7define hostgroup {
8        hostgroup_name  scripts-https
9        alias   SSL servers
[670]10        members scripts,scripts-cert,wildcard.scripts
[48]11}
12
13define hostgroup {
14        hostgroup_name  scripts-mysql
15        alias   MySQL servers
16        members sql
17}
18
19define hostgroup {
20        hostgroup_name  mysql-masters
21        alias   MySQL master servers
[960]22        members sql
[48]23}
24
25define hostgroup {
26        hostgroup_name  mysql-slaves
27        alias   MySQL slave servers
[960]28        members k-s,s-b
[48]29}
30
31define hostgroup {
32        hostgroup_name  scripts-mail
33        alias   Mail servers
[1267]34        members b-m,o-f,b-k,c-w,p-b,b-b,r-m
[48]35}
36
37define hostgroup {
38        hostgroup_name  scripts-cron
39        alias   Cron servers
[1267]40        members b-m,o-f,b-k,c-w,p-b,b-b,r-m
[48]41}
42
43define hostgroup {
44        hostgroup_name  scripts-user
45        alias   User servers
[1267]46        members b-m,o-f,b-k,c-w,p-b,b-b,r-m
[48]47}
48
49define hostgroup {
[960]50        hostgroup_name  scripts-all
51        alias   All scripts hosts
[1267]52        members b-b,b-k,b-m,c-w,k-s,o-f,p-b,r-m,r-f,r-b,s-b,scripts,scripts-cert,sipb-ether,sql,wildcard.scripts
[48]53}
[706]54
55define hostgroup {
[960]56        hostgroup_name  scripts-real
57        alias   All physical scripts servers
[1267]58        members b-b,b-k,b-m,c-w,k-s,o-f,p-b,r-m,r-f,r-b,s-b
[706]59}
Note: See TracBrowser for help on using the repository browser.