clanServices: jail telegraf-json to not write to tmp dir

This commit is contained in:
Qubasa
2025-09-18 01:38:30 +02:00
parent eb321df10d
commit bc521a1b9b
2 changed files with 16 additions and 3 deletions

View File

@@ -54,6 +54,7 @@
peer1.wait_for_unit("network-online.target")
peer1.wait_for_unit("telegraf.service")
peer1.wait_for_unit("telegraf-json.service")
peer1.succeed("curl http://localhost:9990")
peer1.succeed("curl http://localhost:9273/metrics")