Last change
on this file since 497 was
428,
checked in by quentin, 17 years ago
|
Added quentin, geofft's pager numbers and added links to MRTG graphs for servers
|
File size:
2.3 KB
|
Line | |
---|
1 | |
---|
2 | define 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 | |
---|
15 | # SQL |
---|
16 | |
---|
17 | define host { |
---|
18 | use scripts-host |
---|
19 | host_name sql |
---|
20 | alias sql |
---|
21 | address 18.181.0.52 |
---|
22 | contact_groups scripts,pagers |
---|
23 | } |
---|
24 | |
---|
25 | define host { |
---|
26 | use scripts-host |
---|
27 | host_name k-s |
---|
28 | alias kitchen-sink |
---|
29 | address 18.181.0.56 |
---|
30 | } |
---|
31 | |
---|
32 | define hostextinfo { |
---|
33 | host_name k-s |
---|
34 | notes SQL |
---|
35 | notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_19.html |
---|
36 | } |
---|
37 | |
---|
38 | define host { |
---|
39 | use scripts-host |
---|
40 | host_name s-b |
---|
41 | alias sliced-bread |
---|
42 | address 18.181.0.47 |
---|
43 | } |
---|
44 | |
---|
45 | define hostextinfo { |
---|
46 | host_name s-b |
---|
47 | notes SQL |
---|
48 | notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_17.html |
---|
49 | } |
---|
50 | |
---|
51 | # Scripts |
---|
52 | |
---|
53 | define host { |
---|
54 | use scripts-host |
---|
55 | host_name o-f |
---|
56 | alias old-faithful |
---|
57 | address 18.181.0.53 |
---|
58 | # contact_groups scripts,pagers |
---|
59 | } |
---|
60 | |
---|
61 | define hostextinfo { |
---|
62 | host_name o-f |
---|
63 | notes Scripts |
---|
64 | notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_15.html |
---|
65 | } |
---|
66 | |
---|
67 | |
---|
68 | define host { |
---|
69 | use scripts-host |
---|
70 | host_name scripts |
---|
71 | alias scripts |
---|
72 | address 18.181.0.46 |
---|
73 | contact_groups scripts,pagers |
---|
74 | } |
---|
75 | |
---|
76 | define host { |
---|
77 | use scripts-host |
---|
78 | host_name scripts-cert |
---|
79 | alias scripts-cert |
---|
80 | parents scripts |
---|
81 | address 18.181.0.50 |
---|
82 | contact_groups scripts,pagers |
---|
83 | } |
---|
84 | |
---|
85 | define host { |
---|
86 | use scripts-host |
---|
87 | host_name b-m |
---|
88 | alias better-mousetrap |
---|
89 | address 18.181.0.57 |
---|
90 | # contact_groups scripts,pagers |
---|
91 | } |
---|
92 | |
---|
93 | define hostextinfo { |
---|
94 | host_name b-m |
---|
95 | notes Scripts |
---|
96 | notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_22.html |
---|
97 | } |
---|
98 | |
---|
99 | # LVS |
---|
100 | |
---|
101 | define host { |
---|
102 | use scripts-host |
---|
103 | host_name n-f |
---|
104 | alias not-forward |
---|
105 | address 18.181.0.54 |
---|
106 | # contact_groups scripts,pagers |
---|
107 | } |
---|
108 | |
---|
109 | define hostextinfo { |
---|
110 | host_name n-f |
---|
111 | notes LVS Server |
---|
112 | notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html |
---|
113 | } |
---|
114 | |
---|
115 | define host { |
---|
116 | use scripts-host |
---|
117 | host_name n-b |
---|
118 | alias not-backward |
---|
119 | address 18.181.0.55 |
---|
120 | # contact_groups scripts,pagers |
---|
121 | } |
---|
122 | |
---|
123 | define hostextinfo { |
---|
124 | host_name n-b |
---|
125 | notes LVS Server |
---|
126 | notes_url http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html |
---|
127 | } |
---|
128 | |
---|
129 | # Test |
---|
130 | |
---|
131 | define host { |
---|
132 | use scripts-host |
---|
133 | host_name asdfasdfasdf |
---|
134 | alias nagios-test |
---|
135 | address 18.187.1.70 |
---|
136 | register 0 |
---|
137 | } |
---|
138 | |
---|
Note: See
TracBrowser
for help on using the repository browser.