[RAB-xxx] fixing host names for monitoring

This commit is contained in:
Sheldan
2022-05-16 18:39:36 +02:00
parent de8cba8d08
commit a2e304fdd8
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"Group": "Server Group 1", "Group": "Server Group 1",
"Port": 5432, "Port": 5432,
"Username": "abstracto", "Username": "abstracto",
"Host": "db", "Host": "r-austria_db",
"SSLMode": "prefer", "SSLMode": "prefer",
"MaintenanceDB": "postgres" "MaintenanceDB": "postgres"
} }

View File

@@ -11,7 +11,7 @@ scrape_configs:
scheme: http scheme: http
static_configs: static_configs:
- targets: - targets:
- raustriabot:8080 - r-austria_raustriabot:8080
basic_auth: basic_auth:
username: "abstracto" username: "abstracto"
password_file: /etc/prometheus/micrometer_password password_file: /etc/prometheus/micrometer_password

View File

@@ -5,7 +5,7 @@ positions:
filename: /tmp/positions.yaml filename: /tmp/positions.yaml
clients: clients:
- url: http://loki:3100/loki/api/v1/push - url: http://r-austria_loki:3100/loki/api/v1/push
scrape_configs: scrape_configs:
- job_name: system - job_name: system