Cluster High Availability
Availability, in the other words uptime of any software can be implemented in several different ways. It's up to company decisions, policies and best practices which process should be implemented.
Monitoring
Availability
sudo apt-get update && sudo apt-get upgrade
sudo apt install monit
sudo monitsudo systemctl status monit
# you should see info saying monit is running
sudo vim /etc/monit/monitrc
# - change interval to 60 seconds:
# - uncomment set httpd lines if you want to access monit web uiLast updated
Was this helpful?