Index: noc/nagios/status-user/finger.sh
===================================================================
--- noc/nagios/status-user/finger.sh	(revision 1099)
+++ noc/nagios/status-user/finger.sh	(revision 1100)
@@ -18,5 +18,5 @@
 
 gethgmembers() {
-    gethostgroups | grep "^$1	" | 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' | sort -u | perl -pe 's/\n/|/g' | sed 's/|$//'
 }
 
