about summary refs log tree commit diff
path: root/nixos/tests/prometheus/pushgateway.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/prometheus/pushgateway.nix')
-rw-r--r--nixos/tests/prometheus/pushgateway.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/prometheus/pushgateway.nix b/nixos/tests/prometheus/pushgateway.nix
index 7904c8bf45b04..261c41598eb02 100644
--- a/nixos/tests/prometheus/pushgateway.nix
+++ b/nixos/tests/prometheus/pushgateway.nix
@@ -90,5 +90,7 @@ import ../make-test-python.nix ({ lib, pkgs, ... }:
       "curl -sf 'http://127.0.0.1:9090/api/v1/query?query=absent(some_metric)' | "
       + "jq '.data.result[0].value[1]' | grep '\"1\"'"
     )
+
+    pushgateway.log(pushgateway.succeed("systemd-analyze security pushgateway.service | grep -v '✓'"))
   '';
 })