Announcement

Collapse
No announcement yet.

EMail Alerts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EMail Alerts

    Hello,

    I am quite new to CloudLinux running with Plesk, is there a way that email alerts that can be sent out when resource limits on a site are reached?

    Thanks

  • #2
    Hello,

    Ready and working functionality has been released only for cPanel. We are adding more panels for lvestats2 however it is still in beta, and it do not support Plesk yet. So the answer is - no there is no easy way to send emails when someone reach his limits.

    However if you are good in bash you may play with cron and the output of faults over lveinfo:

    Code:
    lveinfo --by-fault=any --period=10m
    Make a script that if any faults detected it send you an email.

    Comment

    Working...
    X