prometheus: add Hetzner storagebox exporter

This commit is contained in:
2026-07-09 18:26:22 +04:00
parent 9630364e8e
commit 72e34c982c
5 changed files with 30 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ generate_env_files() {
cp --update=none ./croc/.env.example ./croc/.env
cp --update=none ./stalwart/.env.example ./stalwart/.env
cp --update=none ./crowdsec/.env.example ./crowdsec/.env
cp --update=none ./prometheus/.env.example ./prometheus/.env
cp --update=none ./caddy/Caddyfile.private.example ./caddy/Caddyfile.private
print_success ".env files generated."
}