Added Nginx

This commit is contained in:
2024-11-25 23:16:41 +01:00
parent a3d39d0d4a
commit d5c83e93ae
10 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
mode: "HTTP"
http:
host: "0.0.0.0"
port: 9100
authentication:
scheme: "NONE"
username: "username"
password: "password"
pushGateway:
job: "unifiedmetrics"
url: "http://pushgateway:9091"
authentication:
scheme: "NONE"
username: "username"
password: "password"
interval: 10