Index: /noc/nagios/status-user/finger.sh
===================================================================
--- /noc/nagios/status-user/finger.sh	(revision 1098)
+++ /noc/nagios/status-user/finger.sh	(revision 1099)
@@ -18,5 +18,5 @@
 
 gethgmembers() {
-    gethostgroups | grep "^$1\t" | cut -f 2 -d "	" | sed 's/,/\n/g' | perl -pe 's/\n/|/g' | sed 's/|$//'
+    gethostgroups | grep "^$1	" | cut -f 2 -d "	" | sed 's/,/\n/g' | perl -pe 's/\n/|/g' | sed 's/|$//'
 }
 
@@ -32,4 +32,7 @@
 	docnagios -g /LOAD/
 	;;
+    scripts-user*)
+	docnagios -g "/$(gethgmembers "scripts-user.*")/"
+	;;
     scripts*)
 	docnagios -g "/$(gethgmembers "scripts.*")/"
@@ -44,4 +47,5 @@
 finger broken@sipb-noc -- services that are not OKAY
 finger load@sipb-noc   -- all LOAD services
+finger scripts-user@sipb-noc-- all scripts user services
 finger scripts@sipb-noc-- all scripts services
 finger xvm@sipb-noc    -- only XVM servers
