From 5e614fb04c8c18d07b14463ac23fdf1c96422e0b Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 9 Jan 2021 18:44:37 +0100 Subject: [PATCH] Adding settings into README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index db9d3f0..282de70 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,23 @@ I rewrote a couple of things today to make sure the script still works. * when everything works, you may create a CRON `* * * * * cd && /usr/bin/perl monitolite.pl > /dev/null` +## Settings + +* DB_TYPE=mysql +* DB_HOST=127.0.0.1 +* DB_USER=vagrant +* DB_PASSWORD=vagrant +* DB_NAME=monitoring +* DB_PORT=3306 +* SMTP_HOST=localhost +* SMTP_USER= +* SMTP_PASSWORD= +* SMTP_PORT=80 +* SMTP_SSL=1 +* MAIL_FROM=axel@monitolite.fr +* NB_TRIES=3 +* ARCHIVE_DAYS=10 + ## MORE INFORMATION COMING SOON. ## TODO