[48] | 1 | define contactgroup { |
---|
| 2 | contactgroup_name scripts |
---|
| 3 | alias Scripts Maintainers |
---|
[428] | 4 | members scripts,scripts-zephyr |
---|
[48] | 5 | } |
---|
| 6 | |
---|
[428] | 7 | define contactgroup { |
---|
| 8 | contactgroup_name pagers |
---|
| 9 | alias Scripts Maintainers (Pagers) |
---|
[533] | 10 | members quentin-cell,geofft-pager,andersk-cell |
---|
[428] | 11 | } |
---|
[48] | 12 | |
---|
[428] | 13 | |
---|
[48] | 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 |
---|
[428] | 20 | host_notification_options d,u,r |
---|
[48] | 21 | service_notification_commands notify-by-email |
---|
| 22 | host_notification_commands host-notify-by-email |
---|
| 23 | email scripts-alerts@mit.edu |
---|
| 24 | } |
---|
[428] | 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 { |
---|
[533] | 48 | contact_name andersk-cell |
---|
| 49 | alias Anders Kaseorg (cell) |
---|
| 50 | service_notification_period 24x7 |
---|
| 51 | host_notification_period 24x7 |
---|
| 52 | host_notification_options d,r |
---|
| 53 | service_notification_options c,r |
---|
| 54 | host_notification_commands host-notify-by-epager |
---|
| 55 | service_notification_commands notify-by-epager |
---|
| 56 | pager 7046182192@vtext.com |
---|
| 57 | } |
---|
| 58 | define contact { |
---|
[428] | 59 | contact_name scripts-zephyr |
---|
| 60 | alias scripts-zephyr |
---|
| 61 | service_notification_period 24x7 |
---|
| 62 | host_notification_period 24x7 |
---|
| 63 | service_notification_options w,u,c,r |
---|
| 64 | host_notification_options d,u,r |
---|
| 65 | service_notification_commands notify-by-zephyr |
---|
| 66 | host_notification_commands host-notify-by-zephyr |
---|
| 67 | email scripts |
---|
| 68 | } |
---|