From 27a94792af4e939d73c1a164446ab2dcca95bde9 Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Tue, 21 Jul 2020 16:37:46 +0200 Subject: [PATCH] Add DEBUG variable doc Readme more precise --- monitoring/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/monitoring/README.md b/monitoring/README.md index bbce966..733e2c6 100644 --- a/monitoring/README.md +++ b/monitoring/README.md @@ -10,6 +10,10 @@ With wget : # Variables -_DRYRUN='on' , example : +_DRYRUN='on' : Display the email at the end instead of running it. Example : curl -s https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/monitoring/altinea_monitoring_request.sh |_DRYRUN='on' sh + +_DEBUG='on' : print some informations about what the script is doing. Example : + + curl -s https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/monitoring/altinea_monitoring_request.sh |_DEBUG='on' sh