1 | define contactgroup { |
---|
2 | contactgroup_name scripts |
---|
3 | alias Scripts Maintainers |
---|
4 | members scripts,scripts-zephyr |
---|
5 | } |
---|
6 | |
---|
7 | define contactgroup { |
---|
8 | contactgroup_name pagers |
---|
9 | alias Scripts Maintainers (Pagers) |
---|
10 | members quentin-cell,geofft-pager |
---|
11 | } |
---|
12 | |
---|
13 | |
---|
14 | define contact { |
---|
15 | contact_name scripts |
---|
16 | alias scripts |
---|
17 | service_notification_period 24x7 |
---|
18 | host_notification_period 24x7 |
---|
19 | service_notification_options w,u,c,r |
---|
20 | host_notification_options d,u,r |
---|
21 | service_notification_commands notify-by-email |
---|
22 | host_notification_commands host-notify-by-email |
---|
23 | email scripts-alerts@mit.edu |
---|
24 | } |
---|
25 | define contact { |
---|
26 | contact_name quentin-cell |
---|
27 | alias Quentin Smith (cell) |
---|
28 | service_notification_period 24x7 |
---|
29 | host_notification_period 24x7 |
---|
30 | host_notification_options d,r |
---|
31 | service_notification_options c,r |
---|
32 | host_notification_commands host-notify-by-epager |
---|
33 | service_notification_commands notify-by-epager |
---|
34 | pager 6037598233@vtext.com |
---|
35 | } |
---|
36 | define contact { |
---|
37 | contact_name geofft-pager |
---|
38 | alias Geoff Thomas (cell) |
---|
39 | service_notification_period 24x7 |
---|
40 | host_notification_period 24x7 |
---|
41 | host_notification_options d,r |
---|
42 | service_notification_options c,r |
---|
43 | host_notification_commands host-notify-by-epager |
---|
44 | service_notification_commands notify-by-epager |
---|
45 | pager page-geofft@mit.edu |
---|
46 | } |
---|
47 | define contact { |
---|
48 | contact_name scripts-zephyr |
---|
49 | alias scripts-zephyr |
---|
50 | service_notification_period 24x7 |
---|
51 | host_notification_period 24x7 |
---|
52 | service_notification_options w,u,c,r |
---|
53 | host_notification_options d,u,r |
---|
54 | service_notification_commands notify-by-zephyr |
---|
55 | host_notification_commands host-notify-by-zephyr |
---|
56 | email scripts |
---|
57 | } |
---|