From 7c80724da8744076fe74975625f56a53064882f0 Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Wed, 7 Sep 2022 14:44:05 +0000 Subject: [PATCH] whitespace --- nixos/modules/monitoring/exporters/tahoe.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/monitoring/exporters/tahoe.nix b/nixos/modules/monitoring/exporters/tahoe.nix index b891804c..a537600c 100644 --- a/nixos/modules/monitoring/exporters/tahoe.nix +++ b/nixos/modules/monitoring/exporters/tahoe.nix @@ -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" -- GitLab