Plesk health warning are often set too low, you can change these values quickly and easily
As an Example:
Go to “Health Monitoring” and click on “Download Configuration File”, which will let you download an XML file.
Open it up in an editor of your choice and scroll down to where it says:
Quote:
<service name=”Web” monitor=”true”> <alarm level=”red” threshold=”25″ type=”percent”/> <alarm level=”yellow” threshold=”20″ type=”percent”/> </service> |
And modify accordingly. I set the thresholds like this:
Quote:
<service name=”Web” monitor=”true”> <alarm level=”red” threshold=”75″ type=”percent”/> <alarm level=”yellow” threshold=”50″ type=”percent”/> </service> |
Then just save the file and back at “Health Monitoring” click “Upload Configuration File”.