Updating README for DNS

This commit is contained in:
Axel 2021-12-28 18:25:57 +01:00
parent 5986875818
commit 1996b4fb32

View file

@ -10,6 +10,7 @@ I figured it could be useful for others so I **rewrote** and **updated** it from
* **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.
* **FTP monitoring**: connects to the provided FTP server as anonymous (authentication not supported yet).
* **DNS monitoring**: runs a DNS lookup on a given DNS server for the hostname specified in the params
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.