Changeset 18474 for trunk/DataCheck


Ignore:
Timestamp:
04/22/16 21:21:34 (8 years ago)
Author:
Daniela Dorner
Message:
improved logging
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Monitoring/CheckSwiftSchedule.sh

    r18421 r18474  
    4646   # Get Swift Data
    4747   #   for the date of sunset
     48   printprocesslog "INFO Checking "$date2
    4849   lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile
    4950   #   for the date of sunrise
    5051   nextday=`date +%Y-%m-%d --date=$date2"+24hour"`
     52   printprocesslog "INFO Checking "$nextday
    5153   lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile
    5254
Note: See TracChangeset for help on using the changeset viewer.