From f2139a7b016b4e57a7212d35cf5171faca0d487e Mon Sep 17 00:00:00 2001 From: Axel <1597611+axeloz@users.noreply.github.com> Date: Tue, 28 Dec 2021 17:43:32 +0100 Subject: [PATCH] Modifying the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7288d7b..b6fc3a6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ I figured it could be useful for others so I **rewrote** and **updated** it from **MonitoLite** is a very simple monitoring tool developed in PHP powered by Lumen (by Laravel). It supports : * **ping monitoring**: sends a `ping` command to the specified host. Raises an alert if the host is down * **http monitoring**: requests the provided URL and raises an alert if the URL returns an error. Optionally you may specify a string to search on the page using the `param` database field. It raises an alert if the specified text could not be found on the page. + * **ping monitoring**: connects to the provided FTP server as anonymous (authentication not supported yet). In case of an alert, the script sends an email notifications to the specified contacts (one or many). The script also sends a recovery email notification when the alert is over.