crontab導致的頻繁傳送郵件的問題(r5筆記第20天)
阿新 • • 發佈:2022-05-04
今天下午的時候客戶發郵件反饋說,對於某個環境中的檔案系統監控和表空間使用情況的郵件收到的比較頻繁,感覺是1個小時傳送一次,完全可以3個小時傳送一次,接到這個問題後,最直接的聯想就是使用crontab。
結果登入到伺服器端之後檢視,得到的結果如下:
> crontab -l
# Minute Hour Month Day Month Weekday Command
###############################################################################
52 6,9,12,15,18,21 * * * /oravl01/orainst/XXXXX/FileSystem.ksh
################### TABLESPACE ALERT - FOR ALL ######################################
52 6,9,12,15,18,21 * * * /bin/ksh "/oravl01/orainst/dba/ENV/free_tbs_alert.ksh XXXX"
### TRAINING ENVIRONMENT- DB SERVER FS ALERT REPORT ###
00 6,9,12,15,18,21 * * * ssh orainst@XXXX '/bin/ksh /oravl01/orainst/XXXX/FileSystem.ksh'
### TRAINING ENVIRONMENT- DB SERVER TABLE SPACE ALERT REPORT ###
00 6,9,12,15,18,21 * * * ssh orainst@XXXX '/bin/ksh /oravl01/orainst/dba/ENV/free_tbs_alert.ksh XXXXX'