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
# ################################################################################################### | |
# DATABASE DAILY HEALTH CHECK MONITORING SCRIPT | |
VER="[4.1]" | |
# =============================================================================== | |
# CAUTION: | |
# THIS SCRIPT MAY CAUSE A SLIGHT PERFORMANCE IMPACT WHEN IT RUN, | |
# I RECOMMEND TO NOT RUN THIS SCRIPT SO FREQUENT. | |
# E.G. YOU MAY CONSIDER TO SCHEDULE IT TO RUN ONE TIME BETWEEN 12:00AM to 5:00AM. | |
# =============================================================================== | |
# |
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: |