Index: noc/nagios/cgi.cfg
===================================================================
--- noc/nagios/cgi.cfg	(revision 718)
+++ noc/nagios/cgi.cfg	(revision 735)
@@ -100,5 +100,5 @@
 # server will inherit all rights you assign to this user!
  
-#default_user_name=guest
+default_user_name=guest
 
 
Index: noc/nagios/contacts.cfg
===================================================================
--- noc/nagios/contacts.cfg	(revision 718)
+++ noc/nagios/contacts.cfg	(revision 735)
@@ -6,9 +6,14 @@
 
 define contactgroup {
+        contactgroup_name       sql
+        alias                   SQL Maintainers
+        members                 sql
+}
+
+define contactgroup {
         contactgroup_name       pagers
         alias                   Scripts Maintainers (Pagers)
         members                 quentin-cell,geofft-pager,andersk-cell
 }
-
 
 define contact {
@@ -22,4 +27,15 @@
         host_notification_commands      host-notify-by-email
         email                           scripts-alerts@mit.edu
+}
+define contact {
+        contact_name                    sql
+        alias                           sql
+        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-email
+        host_notification_commands      host-notify-by-email
+        email                           sql@mit.edu
 }
 define contact {
Index: noc/nagios/hosts.cfg
===================================================================
--- noc/nagios/hosts.cfg	(revision 718)
+++ noc/nagios/hosts.cfg	(revision 735)
@@ -29,13 +29,20 @@
 
 define host {
-	use	scripts-sipb-host
+	name sql-sipb-host
+	use scripts-sipb-host
+	register 0
+	contact_groups sql,scripts
+}
+
+define host {
+	use	sql-sipb-host
 	host_name	sql
 	alias		sql
 	address		18.181.0.52
-	contact_groups	scripts,pagers
+	contact_groups	sql,scripts,pagers
 }
 
 define host {
-	use	scripts-sipb-host
+	use	sql-sipb-host
 	host_name	k-s
 	alias		kitchen-sink
@@ -50,5 +57,5 @@
 
 define host {
-	use	scripts-sipb-host
+	use	sql-sipb-host
 	host_name	s-b
 	alias		sliced-bread
Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 718)
+++ noc/nagios/services.cfg	(revision 735)
@@ -90,18 +90,4 @@
 }
 
-#define service {
-#	use	scripts-service
-#	hostgroup_name	real-servers
-#	service_description	DISK: /
-#	check_command	check_remote_disk!10%!5%!/
-#}
-
-#define service {
-#	use	scripts-service
-#	hostgroup_name	mysql-masters,mysql-slaves
-#	service_description	DISK: /srv
-#	check_command	check_remote_disk!10%!5%!/srv
-#}
-
 define service {
 	use	scripts-service
@@ -123,4 +109,5 @@
 	service_description	LOAD
 	check_command	check_remote_load!13:5:5!15:7:7
+	contact_groups  sql
 }
 
@@ -137,5 +124,5 @@
 	service_description	MYSQL
 	check_command	check_tcp!3306
-	contact_groups	scripts,pagers
+	contact_groups	sql,scripts,pagers
 }
 
@@ -146,5 +133,5 @@
 	notification_period	afs
 	check_command	check_http
-	contact_groups	scripts,pagers
+	contact_groups	sql,scripts,pagers
 }
 
@@ -154,4 +141,5 @@
 	service_description	MYSQL-M
 	check_command	check_remote_mysql
+	contact_groups  sql
 }
 
@@ -161,4 +149,5 @@
 	service_description	MYSQL-S
 	check_command	check_remote_mysql_slave
+	contact_groups  sql
 }
 
@@ -169,4 +158,3 @@
 	notifications_enabled	0
 	check_command	check_remote_procs_P!4!6!50
-	
 }
