Changeset 17158
- Timestamp:
- 09/09/13 15:56:14 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Monitoring/CheckDU.sh
r14759 r17158 14 14 # get paths depending on host 15 15 case $HOSTNAME in 16 data) dirs=( "/loc_data" "/daq" "/newdaq" ) 16 # data) dirs=( "/loc_data" "/daq" "/newdaq" ) 17 data) dirs=( "/loc_data" ) 17 18 ;; 18 19 daq) dirs=( "/raid10" ) 20 ;; 21 newdaq) dirs=( "/fact" ) 19 22 ;; 20 23 isdc-dl00) dirs=( "/gpfs" "/scratch" )
Note:
See TracChangeset
for help on using the changeset viewer.