Index: trunk/ippm/FilesMonitoring/Summary/snapshot.py
===================================================================
--- trunk/ippm/FilesMonitoring/Summary/snapshot.py	(revision 35945)
+++ trunk/ippm/FilesMonitoring/Summary/snapshot.py	(revision 35983)
@@ -19,5 +19,5 @@
             index += 1
         elif argv[index] == 'mhpcc':
-            nodesFilename = '/home/panstarrs/schastel/local/share/ippMhpccStorageNodes'
+            nodesFilename = '%s/%s/share/filemon/ippMhpccStorageNodes' % (os.environ['PSCONFDIR'], os.environ['PSCONFIG'])
             nodesFile = open(nodesFilename)
             nodes = []
@@ -66,5 +66,15 @@
                             ("stsci07.0"), ("stsci07.1"), ("stsci07.2"),
                             ("stsci08.0"), ("stsci08.1"), ("stsci08.2"),
-                            ("stsci09.0"), ("stsci09.1"), ("stsci09.2"), ] )
+                            ("stsci09.0"), ("stsci09.1"), ("stsci09.2"), 
+                            ("stsci10.0"), ("stsci10.1"), ("stsci10.2"),    
+                            ("stsci11.0"), ("stsci11.1"), ("stsci11.2"),    
+                            ("stsci12.0"), ("stsci12.1"), ("stsci12.2"),    
+                            ("stsci13.0"), ("stsci13.1"), ("stsci13.2"),    
+                            ("stsci14.0"), ("stsci14.1"), ("stsci14.2"),    
+                            ("stsci15.0"), ("stsci15.1"), ("stsci15.2"),    
+                            ("stsci16.0"), ("stsci16.1"), ("stsci16.2"),    
+                            ("stsci17.0"), ("stsci17.1"), ("stsci17.2"),    
+                            ("stsci18.0"), ("stsci18.1"), ("stsci18.2"),    
+                            ("stsci19.0"), ("stsci19.1"), ("stsci19.2"), ] )
             index += 1
         else:
