Ignore:
Timestamp:
12/18/16 23:43:08 (8 years ago)
Author:
Daniela Dorner
Message:
changed from https to http as certificate caused problems after upgrade of system
File:
1 edited

Legend:

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

    r18657 r18692  
    4141do
    4242   printprocesslog "INFO getting Swift schedule for the night of "$date
    43    echo "INFO getting Swift schedule for the night of "$date
     43   #echo "INFO getting Swift schedule for the night of "$date
    4444   # paths and files needed to store schedule
    4545   date2=`echo $date | sed -e 's/\//-/g'`
     
    6060   #   for the date of sunset
    6161   printprocesslog "INFO Checking "$date2
    62    lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile
     62   lynx -width 200 -nolist -dump http://www.swift.psu.edu/operations/obsSchedule.php?d=$date2 | grep $date2 >> $schedulefile
    6363   #   for the date of sunrise
    6464   nextday=`date +%Y-%m-%d --date=$date2"+24hour"`
    6565   printprocesslog "INFO Checking "$nextday
    66    lynx -width 200 -nolist -dump https://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile
     66   lynx -width 200 -nolist -dump http://www.swift.psu.edu/operations/obsSchedule.php?d=$nextday | grep $nextday >> $schedulefile
    6767
    6868   # check if schedule is empty
Note: See TracChangeset for help on using the changeset viewer.