Last change
on this file since 162 was
48,
checked in by presbrey, 18 years ago
|
scripts.mit.edu NOC nagios configuration
|
File size:
1.1 KB
|
Rev | Line | |
---|
[48] | 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 | notification_interval 240 |
---|
| 9 | notification_period 24x7 |
---|
| 10 | notification_options d,r |
---|
| 11 | contact_groups scripts |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | define host { |
---|
| 15 | use scripts-host |
---|
| 16 | host_name k-s |
---|
| 17 | alias kitchen-sink |
---|
| 18 | address 18.181.0.56 |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | define host { |
---|
| 22 | use scripts-host |
---|
| 23 | host_name o-f |
---|
| 24 | alias old-faithful |
---|
| 25 | address 18.181.0.53 |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | define host { |
---|
| 29 | use scripts-host |
---|
| 30 | host_name scripts |
---|
| 31 | alias scripts |
---|
| 32 | address 18.181.0.46 |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | define host { |
---|
| 36 | use scripts-host |
---|
| 37 | host_name sql |
---|
| 38 | alias sql |
---|
| 39 | address 18.181.0.52 |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | define host { |
---|
| 43 | use scripts-host |
---|
| 44 | host_name scripts-cert |
---|
| 45 | alias scripts-cert |
---|
| 46 | address 18.181.0.50 |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | define host { |
---|
| 50 | use scripts-host |
---|
| 51 | host_name s-b |
---|
| 52 | alias sliced-bread |
---|
| 53 | address 18.181.0.47 |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | define host { |
---|
| 57 | use scripts-host |
---|
| 58 | host_name b-m |
---|
| 59 | alias better-mousetrap |
---|
| 60 | address 18.181.0.57 |
---|
| 61 | } |
---|
| 62 | |
---|
| 63 | define host { |
---|
| 64 | use scripts-host |
---|
| 65 | host_name n-f |
---|
| 66 | alias not-forward |
---|
| 67 | address 18.181.0.54 |
---|
| 68 | } |
---|
| 69 | |
---|
| 70 | define host { |
---|
| 71 | use scripts-host |
---|
| 72 | host_name n-b |
---|
| 73 | alias not-backward |
---|
| 74 | address 18.181.0.55 |
---|
| 75 | } |
---|
| 76 | |
---|
Note: See
TracBrowser
for help on using the repository browser.