Index: noc/nagios/contacts.cfg
===================================================================
--- noc/nagios/contacts.cfg	(revision 48)
+++ noc/nagios/contacts.cfg	(revision 428)
@@ -2,5 +2,11 @@
         contactgroup_name       scripts
         alias                   Scripts Maintainers
-        members                 scripts
+        members                 scripts,scripts-zephyr
+}
+
+define contactgroup {
+        contactgroup_name       pagers
+        alias                   Scripts Maintainers (Pagers)
+        members                 quentin-cell,geofft-pager
 }
 
@@ -12,7 +18,40 @@
         host_notification_period        24x7
         service_notification_options    w,u,c,r
-        host_notification_options       n
+        host_notification_options       d,u,r
         service_notification_commands   notify-by-email
         host_notification_commands      host-notify-by-email
         email                           scripts-alerts@mit.edu
 }
+define contact {
+       contact_name			quentin-cell
+       alias				Quentin Smith (cell)
+       service_notification_period	24x7
+       host_notification_period		24x7
+       host_notification_options	d,r
+       service_notification_options	c,r
+       host_notification_commands	host-notify-by-epager
+       service_notification_commands	notify-by-epager
+       pager				6037598233@vtext.com
+}
+define contact {
+       contact_name			geofft-pager
+       alias				Geoff Thomas (cell)
+       service_notification_period	24x7
+       host_notification_period		24x7
+       host_notification_options	d,r
+       service_notification_options	c,r
+       host_notification_commands	host-notify-by-epager
+       service_notification_commands	notify-by-epager
+       pager				page-geofft@mit.edu
+}
+define contact {
+        contact_name                    scripts-zephyr
+        alias                           scripts-zephyr
+        service_notification_period     24x7
+        host_notification_period        24x7
+        service_notification_options    w,u,c,r
+        host_notification_options       d,u,r
+        service_notification_commands   notify-by-zephyr
+        host_notification_commands      host-notify-by-zephyr
+        email                           scripts
+}
