From 367eed6809e21edd1cadd392e2333021b16eac27 Mon Sep 17 00:00:00 2001 From: axeloz Date: Fri, 8 Jan 2021 17:36:29 +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 2f00ab9..53617c8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ I figured it could be useful for others so here we are. **MonitoLite** is a very simple monitoring tool developed in Perl. It supports : * **ping monitoring**: sends a `ping` command to the specified host. Raises an alert if the host is down - * **http monitoring**: gets 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. + * **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. 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.