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.
 
 
 
 
Sébastien Faton bffd39abe9 test 3 years ago
..
README.md More comprehensive readme 4 years ago
altinea_monitoring_request.sh Added auto-install of sendemail and jq 4 years ago

README.md

Monitoring request

How-to-use :

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

Variables are cumulative, you can use both at the same time

_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