Index: noc/nagios/hostgroups.cfg
===================================================================
--- noc/nagios/hostgroups.cfg	(revision 626)
+++ noc/nagios/hostgroups.cfg	(revision 670)
@@ -8,5 +8,5 @@
 	hostgroup_name	scripts-https
 	alias	SSL servers
-	members	scripts,scripts-cert
+	members	scripts,scripts-cert,wildcard.scripts
 }
 
@@ -50,4 +50,4 @@
 	hostgroup_name	all-remote
 	alias	All except localhost
-	members	*,!localhost,!scripts-cert,!scripts,!sql
+	members	*,!localhost,!wildcard.scripts,!scripts-cert,!scripts,!sql
 }
Index: noc/nagios/hosts.cfg
===================================================================
--- noc/nagios/hosts.cfg	(revision 626)
+++ noc/nagios/hosts.cfg	(revision 670)
@@ -85,4 +85,13 @@
 define host {
 	use	scripts-host
+	host_name	wildcard.scripts
+	alias		wildcard.scripts
+	parents		scripts
+	address		wildcard.scripts.mit.edu
+	contact_groups	scripts,pagers
+}
+
+define host {
+	use	scripts-host
 	host_name	b-m
 	alias		better-mousetrap
@@ -99,30 +108,46 @@
 # LVS
 
+#define host {
+#	use	scripts-host
+#	host_name	n-f
+#	alias		not-forward
+#	address		18.181.0.54
+##	contact_groups	scripts,pagers
+#}
+
+#define hostextinfo {
+#	host_name	n-f
+#	notes		LVS Server
+#	notes_url	http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html
+#}
+
+#define host {
+#	use	scripts-host
+#	host_name	n-b
+#	alias		not-backward
+#	address		18.181.0.55
+##	contact_groups	scripts,pagers
+#}
+
+#define hostextinfo {
+#	host_name	n-b
+#	notes		LVS Server
+#	notes_url	http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html
+#}
+
 define host {
 	use	scripts-host
-	host_name	n-f
-	alias		not-forward
-	address		18.181.0.54
+	host_name	r-f
+	alias		rack-forward
+	address		18.181.0.117
 #	contact_groups	scripts,pagers
-}
-
-define hostextinfo {
-	host_name	n-f
-	notes		LVS Server
-	notes_url	http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_9.html
 }
 
 define host {
 	use	scripts-host
-	host_name	n-b
-	alias		not-backward
-	address		18.181.0.55
+	host_name	r-b
+	alias		rack-backward
+	address		18.181.0.118
 #	contact_groups	scripts,pagers
-}
-
-define hostextinfo {
-	host_name	n-b
-	notes		LVS Server
-	notes_url	http://stuff.mit.edu/afs/sipb/project/mrtg/data/18.181.0.3_5.html
 }
 
Index: noc/nagios/services.cfg
===================================================================
--- noc/nagios/services.cfg	(revision 626)
+++ noc/nagios/services.cfg	(revision 670)
@@ -47,5 +47,5 @@
 define service {
 	use	scripts-service
-	hostgroup_name	scripts-https
+	hostgroup_name		scripts-https
 	service_description	HTTPS
 	notification_period	afs
@@ -108,5 +108,5 @@
 	host_name	b-m,o-f
 	service_description	LOAD
-	check_command	check_remote_load!7:4:2!12:8:2
+	check_command	check_remote_load!7:4:4!12:8:8
 }
 
@@ -161,5 +161,5 @@
 	service_description	CPU
 	notifications_enabled	0
-	check_command	check_remote_procs_P!1!1!25
+	check_command	check_remote_procs_P!4!6!50
 	
 }
