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 13a5ba9e49 nouveau fichier : Lina_Tina/tina-docker_cert_renew.sh 1 week ago
..
README.md More comprehensive readme 4 years ago
altinea_monitoring_request.sh Change echo to printf for better sh compatibility 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