This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ##################################################### | |
# Checking DB & LISTENERS ALERTLOG FOR ERRORS | |
# Checking CPU, FILESYSTEM, TABLESPACES | |
# When exceeding the defined THRESHOLD | |
# Checking BLOCKING SESSIONS ON THE DATABASE | |
# | |
# # # # | |
# Author: Mahmmoud ADEL # # # # ### | |
# Created: 22-12-13 # # # # # | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ############################################################################################## | |
# DAILY HEALTH CHECK MONITORING SCRIPT | |
# | |
# ========================================================= | |
# BECAUSE OF THE PERFORMANCE IMPACT THIS SCRIPT CAN CAUSE, | |
# I STRONGLY RECOMMEND TO SCHEDULE IT TO RUN IN NON PEAK HOURS | |
# E.G. SCHEDULE IT TO RUN ONE TIME BETWEEN 12:00AM to 5:00AM | |
# ========================================================= | |
# | |
# FEATURES: |