Index: trunk/tools/heather/check_stsci0.pl
===================================================================
--- trunk/tools/heather/check_stsci0.pl	(revision 37480)
+++ trunk/tools/heather/check_stsci0.pl	(revision 37480)
@@ -0,0 +1,6 @@
+@num = ('00','01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19');
+
+foreach $numb (@num) {
+    $thing = `ssh stsci$numb 'df -h | grep stsci$numb.0'`;
+    print $thing;
+}
Index: trunk/tools/heather/check_stsci1.pl
===================================================================
--- trunk/tools/heather/check_stsci1.pl	(revision 37480)
+++ trunk/tools/heather/check_stsci1.pl	(revision 37480)
@@ -0,0 +1,6 @@
+@num = ('00','01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19');
+
+foreach $numb (@num) {
+    $thing = `ssh stsci$numb 'df -h | grep stsci$numb.1'`;
+    print $thing;
+}
Index: trunk/tools/heather/check_stsci2.pl
===================================================================
--- trunk/tools/heather/check_stsci2.pl	(revision 37480)
+++ trunk/tools/heather/check_stsci2.pl	(revision 37480)
@@ -0,0 +1,6 @@
+@num = ('00','01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19');
+
+foreach $numb (@num) {
+    $thing = `ssh stsci$numb 'df -h | grep stsci$numb.2'`;
+    print $thing;
+}
