mirror of
https://github.com/Sheldan/Sissi.git
synced 2026-01-07 09:47:52 +00:00
[RAB-xxx] fixing host names for monitoring
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user