Monit, a small self healing daemon that supervises processes and watches host health from a single live web dashboard.
Monit is an open source utility for supervising processes and monitoring the health of a host. It watches the things you tell it to care about, system load, CPU, memory and swap, filesystem space, and individual processes and services, and it acts automatically when something goes wrong: it can restart a service that has died, alert you when a threshold is crossed, and keep a running picture of everything it manages. All of it is visible on a single, built in web dashboard that shows each monitored item, its current status, and the live system metrics at a glance, refreshed in near real time.
It suits operators and developers who want lightweight, self contained monitoring and self healing for a server they run and own, without standing up a full metrics stack or agent fleet. Because Monit both watches and reacts, it is as much a supervisor as a monitor: a single daemon that keeps critical services running and tells you the moment host health drifts out of range.
The cloudimg image runs Monit with its built in web dashboard fronted by an nginx reverse proxy, listening only on the loopback interface so the dashboard is never exposed unauthenticated. Access is secured out of the box: a unique password is generated on first boot and stored in a file only the root user can read, so no two instances share a credential and the notorious default web login is never enabled. The dashboard ships already populated with a representative, all green set of checks (system load and memory, root filesystem, and the web front itself) so monitoring is useful the moment the instance boots. The base is fully patched with unattended security upgrades enabled, and every deployment carries a paired step by step deploy guide and 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.