source: noc/nagios/hostgroups.cfg @ 162

Last change on this file since 162 was 48, checked in by presbrey, 17 years ago
scripts.mit.edu NOC nagios configuration
File size: 840 bytes
Line 
1define hostgroup {
2        hostgroup_name  scripts-http
3        alias   Web servers
4        members scripts,sql
5}
6
7define hostgroup {
8        hostgroup_name  scripts-https
9        alias   SSL servers
10        members scripts-cert
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
22        members k-s
23}
24
25define hostgroup {
26        hostgroup_name  mysql-slaves
27        alias   MySQL slave servers
28        members s-b
29}
30
31define hostgroup {
32        hostgroup_name  scripts-mail
33        alias   Mail servers
34        members b-m
35}
36
37define hostgroup {
38        hostgroup_name  scripts-cron
39        alias   Cron servers
40        members b-m,o-f
41}
42
43define hostgroup {
44        hostgroup_name  scripts-user
45        alias   User servers
46        members b-m,o-f
47}
48
49define hostgroup {
50        hostgroup_name  all-remote
51        alias   All except localhost
52        members *,!localhost,!scripts-cert,!scripts,!sql
53}
Note: See TracBrowser for help on using the repository browser.