From 81092fbdb4bc4349e786e13c9902a1d2b5eb39b0 Mon Sep 17 00:00:00 2001 From: axeloz Date: Fri, 8 Jan 2021 17:37:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53617c8..db9d3f0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ I figured it could be useful for others so here we are. The script also sends a recovery email notification when the alert is over. It uses a SQL backend for handling the tasks and the status of the tasks. -Tested on MySQL only. +Tested on MySQL only but should support other SQL-based DBMS. It comes with a very straightforward dashboard written in PHP. This is **optional**, the `monitolite.pl` script runs as standalone. **Caution**: the backend is not password-protected. You should make sure you add your own security layer via IP filtering or basic authentication.