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
f6f226e120
|
9 months ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
altinea_monitoring_request.sh | 3 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