• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

alarm level changed emails

ProWebS

Regular Pleskian
Hello,

I recieve again and again the whole day emails like the one above:

Server: server.simplevps.eu.

Server health parameter "CPU > Total usage" changed its status from "green" to "red".

top - 09:35:31 up 1 day, 18:17, 0 users, load average: 0.14, 0.30, 0.37
Tasks: 44 total, 1 running, 43 sleeping, 0 stopped, 0 zombie

as you can see the load is always very low (the server has only one low traffic site).

Server health parameter "CPU > Total usage" changed its status from "green" to "red".

top - 08:49:22 up 1 day, 17:31, 0 users, load average: 1.24, 0.43, 0.23

how can I stop this?
 
Ok I see this:

<Cpu>
<TotalUsage>
<device name="processor0" dbname="cpu-0" monitor="true"/>
<device name="processor1" dbname="cpu-1" monitor="true"/>
<device name="processor2" dbname="cpu-2" monitor="true"/>
<device name="processor3" dbname="cpu-3" monitor="true"/>
<device name="processor4" dbname="cpu-4" monitor="true"/>
<device name="processor5" dbname="cpu-5" monitor="true"/>
<alarm level="red" threshold="95" type="percent"/>
<alarm level="yellow" threshold="90" type="percent"/>
</TotalUsage>
<Queue period="shortterm"/>
<Processes/>
</Cpu>


the threshold 95 and 90 doesn't mean that when the cpu usage is at 95% or 90% ???
if yes then why it does sent me notifications with low load like load average: 0.14, 0.30, 0.37 and load average: 1.24, 0.43, 0.23
I cannot understand this
 
Nikolay do you know that is the exact tag that I should search for if it's not <Cpu> <TotalUsage> ?
 
Back
Top