Changeset 17595 for trunk/DataCheck/Monitoring
- Timestamp:
- 03/02/14 12:33:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Monitoring/CheckLogs.sh
r17593 r17595 26 26 if grep -E "^$lasthour.*CONNECTION" $processlogfile >/dev/null 27 27 then 28 grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ( $processlogfile)' $erradrs28 grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ('$processlogfile')' $erradrs 29 29 printprocesslog "INFO sent errors to "$erradrs 30 30 fi
Note:
See TracChangeset
for help on using the changeset viewer.