monit-dashboard
monit-dashboard copied to clipboard
A web dashboard for rule all monit servers at a glance
Unmonitored services are shown as green. They should be shown in yellow color and also the status pie/legend should follow the same color schema (errors red, unmonitored yellow)
As a minimum, it would be of great help to show first the hosts with any service failure. A more ambitious improvement could be to order or filter hosts by...
When a host is not responding (monit stopped, or host down) the application crashes with ``` ConnectionError: HTTPConnectionPool(host='example.com', port=2812): Max retries exceeded with url: /_status?format=xml (Caused by NewConnectionError(': Failed to...
@adriaaah currently all the services are listing under single server(button). But usually the services are categorized into many layers such as production, staging, ssl check, http check, database server check,...