High availability monitoring service Monit malfunction.
Posted: Sat Aug 06, 2022 10:51 am
For SafeSquid version 2022.0802.1537.3 Monit service malfunctions.
Monit is a utility for managing and monitoring processes, Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
Example Monit can start SafeSquid service if it does not run or restart a process if it does not respond look for changes made to certain files.
However, for the latest version of SafeSquid 2022.0802.1537.3 Monit service unmonitors all services set for monitoring after SafeSquid upgrade.
Validating monit.log
Work around for this problem is to delete all files in /var/lib/monit/ and restart monit service.
Check Monit status
All services are now being monitored by Monit.
Monit is a utility for managing and monitoring processes, Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.
Example Monit can start SafeSquid service if it does not run or restart a process if it does not respond look for changes made to certain files.
However, for the latest version of SafeSquid 2022.0802.1537.3 Monit service unmonitors all services set for monitoring after SafeSquid upgrade.
Code: Select all
monit status
Code: Select all
less /var/log/monit.log
Code: Select all
rm /var/lib/monit/* ; /etc/init.d/monit restart
Code: Select all
monit status