You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Julien Escario 27a94792af Add DEBUG variable doc 5 years ago
..
README.md Add DEBUG variable doc 5 years ago
altinea_monitoring_request.sh Added dryrun variable 5 years ago

README.md

Quick howto

With curl :

curl -s https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/monitoring/altinea_monitoring_request.sh |sh

With wget :

wget -q -O - https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/monitoring/altinea_monitoring_request.sh |sh

# Variables

_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