JSON with jq into bash array / loop through for proper alerting output – Docker
I have a JSON result which I want to go through and send an alert, if one or several of the values in the JSON string is smashing thresholds. This bash command: for sat in `docker exec -i storagenode wget…