Ignore:
Timestamp:
03/02/14 12:33:51 (11 years ago)
Author:
Daniela Dorner
Message:
fixed typo
File:
1 edited

Legend:

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

    r17593 r17595  
    2626if grep -E "^$lasthour.*CONNECTION" $processlogfile >/dev/null
    2727then
    28    grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ($processlogfile)' $erradrs
     28   grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ('$processlogfile')' $erradrs
    2929   printprocesslog "INFO sent errors to "$erradrs
    3030fi
Note: See TracChangeset for help on using the changeset viewer.