Changeset 17615 for trunk/DataCheck/Monitoring
- Timestamp:
- 03/16/14 23:45:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Monitoring/CheckLogs.sh
r17595 r17615 27 27 then 28 28 grep -E "^$lasthour.*CONNECTION" $processlogfile | mail -s 'found connection problems found ('$processlogfile')' $erradrs 29 printprocesslog "INFO sent errors to "$erradrs 29 printprocesslog "INFO sent connection-problem info to "$erradrs 30 fi 31 32 if grep -E "^$lasthour.*DISK" $processlogfile >/dev/null 33 then 34 grep -E "^$lasthour.*DISK" $processlogfile | mail -s 'disk full ('$processlogfile')' $deladrs 35 printprocesslog "INFO sent full-disk info to "$deladrs 30 36 fi 31 37
Note:
See TracChangeset
for help on using the changeset viewer.