Skip to main content

Backup failure disk usage update

Comments

2 comments

  • cPanelLauren
    The Disk Usage email is only sent once a day but it is checked with chksrvd more frequently (every 5 minutes to be precise) - you can see the check itself and it's results in /var/log/chksrvd.log Mine for example shows the following: [root@server logs]# grep -i disk /var/log/chkservd.log |tail -5 [2020-01-08 12:39:11 -0600] Disk check .... / (/) [37.23%] ... /tmp (/tmp) [37.23%] ... /var/tmp (/var/tmp) [37.23%] ... {status:ok} ... Done [2020-01-08 12:44:13 -0600] Disk check .... / (/) [37.23%] ... /tmp (/tmp) [37.23%] ... /var/tmp (/var/tmp) [37.23%] ... {status:ok} ... Done [2020-01-08 12:49:15 -0600] Disk check .... /var/tmp (/var/tmp) [37.23%] ... / (/) [37.23%] ... /tmp (/tmp) [37.23%] ... {status:ok} ... Done [2020-01-08 12:54:16 -0600] Disk check .... / (/) [37.23%] ... /tmp (/tmp) [37.23%] ... /var/tmp (/var/tmp) [37.23%] ... {status:ok} ... Done [2020-01-08 12:59:18 -0600] Disk check .... /var/tmp (/var/tmp) [37.23%] ... / (/) [37.23%] ... /tmp (/tmp) [37.23%] ... {status:ok} ... Done
    The notification will be sent at the first threshold breach past 24 hours since the last notification was sent. So if the notification was sent at 1am the previous day and at 1am today you do not reach the threshold (85% in this example) you won't get a notification. If the notification was sent previously at 1am and at 12:45am the next day the threshold is reached, you will not get a notification unless it continues to be reached at 1am. Please let me know if that makes sense/helps.
    0
  • coursevector
    Perfect, thanks!
    0

Please sign in to leave a comment.