• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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