Skip to content
Snippets Groups Projects
Commit 7c80724d authored by Florian Sesser's avatar Florian Sesser
Browse files

whitespace

parent 0117b060
No related branches found
No related tags found
2 merge requests!351update production,!341Monitoring: Count Tahoe's corruption advisories
Pipeline #2481 passed
......@@ -63,6 +63,7 @@ in {
# See https://github.com/prometheus/node_exporter#textfile-collector
script = ''
set -euo pipefail
NUM_CORRUPTION_ADVISORIES=$(find /storage/corruption-advisories/ -type f | wc -l)
echo "tahoe_corruption_advisories_total $NUM_CORRUPTION_ADVISORIES" > "${cfg.outFile}.tmp"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment