• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Ubuntu Livepatch make Server Health status going Red

Fajar

New Pleskian
Have a solution for this ?

Please share it here



Thank you.


Server health parameter "Disk > Partition "/snap/core/7270" utilization" changed its status from "green" to "red".
Server health parameter "Disk > Partition "/snap/core/4486" utilization" changed its status from "green" to "red".
Server health parameter "Disk > Partition "/snap/canonical-livepatch/81" utilization" changed its status from "green" to "red".
 
These are false alarms.

Server health status seems to be reporting that /snap partitions are full, but these are actually snap loop devices and should not be treated as if they are regular partitions.
 
And to "fix" it you can do the following:

Go into Server Health > Download Configuration File
Open custom-health-config.xml in your favourite editor

Find the <device lines for /snap/core/7270, /snap/core/4486 and /snap/canonical-livepatch/81 and change monitor="true" to monitor="false" for each of them.

Save the file, go back to Server Health and Upload Configuration file.
 
Back
Top