source: noc/nagios/hosts.cfg @ 1065

Last change on this file since 1065 was 1065, checked in by quentin, 15 years ago
Update Nagios links to mrtg
File size: 3.0 KB
Line 
1
2define host {
3        name    scripts-host
4        use     generic-host
5        register        0
6        max_check_attempts      10
7        check_period            24x7
8        check_command   check-host-alive
9        notification_interval   240
10        notification_period     24x7
11        notification_options    d,r
12        contact_groups  scripts
13}
14
15define host {
16        name    scripts-sipb-host
17        use     scripts-host
18        register        0
19        parents         sipb-ether
20}
21
22define host {
23       use  scripts-host
24       host_name        sipb-ether
25       address          18.181.0.1
26}
27
28# SQL
29
30define host {
31        name sql-sipb-host
32        use scripts-sipb-host
33        register 0
34        contact_groups sql,scripts
35}
36
37define host {
38        use     sql-sipb-host
39        host_name       sql
40        alias           sql
41        address         18.181.0.52
42        contact_groups  sql,scripts,pagers
43}
44
45define host {
46        use     sql-sipb-host
47        host_name       k-s
48        alias           kitchen-sink
49        address         18.181.0.56
50        notes           SQL
51        notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/kitchen-sink.html
52}
53
54define host {
55        use     sql-sipb-host
56        host_name       s-b
57        alias           sliced-bread
58        address         18.181.0.47
59        notes           SQL
60        notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/sliced-bread.html
61}
62
63# Scripts
64
65define host {
66        use     scripts-sipb-host
67        host_name       o-f
68        alias           old-faithful
69        address         18.181.0.53
70#       contact_groups  scripts,pagers
71        notes           Scripts
72        notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/old-faithful.html
73}
74
75define host {
76        use     scripts-sipb-host
77        host_name       scripts
78        alias           scripts
79        address         18.181.0.46
80        contact_groups  scripts,pagers
81}
82
83define host {
84        use     scripts-sipb-host
85        host_name       scripts-cert
86        alias           scripts-cert
87        parents         scripts
88        address         18.181.0.50
89        contact_groups  scripts,pagers
90}
91
92define host {
93        use     scripts-sipb-host
94        host_name       wildcard.scripts
95        alias           wildcard.scripts
96        parents         scripts
97        address         wildcard.scripts.mit.edu
98        contact_groups  scripts,pagers
99}
100
101define host {
102        use     scripts-sipb-host
103        host_name       b-m
104        alias           better-mousetrap
105        address         18.181.0.57
106#       contact_groups  scripts,pagers
107        notes           Scripts
108        notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/better-mousetrap.html
109}
110
111define host {
112        use     scripts-sipb-host
113        host_name       b-k
114        alias           bees-knees
115        address         18.181.0.167
116}
117
118# LVS
119
120#define host {
121#       use     scripts-sipb-host
122#       host_name       n-f
123#       alias           not-forward
124#       address         18.181.0.54
125##      contact_groups  scripts,pagers
126#}
127
128#define hostextinfo {
129#       host_name       n-f
130#       notes           LVS Server
131#       notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html
132#}
133
134#define host {
135#       use     scripts-sipb-host
136#       host_name       n-b
137#       alias           not-backward
138#       address         18.181.0.55
139##      contact_groups  scripts,pagers
140#}
141
142#define hostextinfo {
143#       host_name       n-b
144#       notes           LVS Server
145#       notes_url       http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html
146#}
147
148define host {
149        use     scripts-sipb-host
150        host_name       r-f
151        alias           rack-forward
152        address         18.181.0.117
153#       contact_groups  scripts,pagers
154}
155
156define host {
157        use     scripts-sipb-host
158        host_name       r-b
159        alias           rack-backward
160        address         18.181.0.118
161#       contact_groups  scripts,pagers
162}
163
164# Test
165
166define host {
167        use     scripts-sipb-host
168        host_name       asdfasdfasdf
169        alias           nagios-test
170        address         18.187.1.70
171        register        0
172}
173
Note: See TracBrowser for help on using the repository browser.