adds new database host

This commit is contained in:
2025-03-03 20:41:55 +01:00
parent 9a1b488356
commit 96125a0e50
3 changed files with 13 additions and 3 deletions

View File

@@ -39,11 +39,11 @@ scrape_configs:
- job_name: node_exporter
static_configs:
- targets: ['web1:9100', 'web2:9100', 'worker1:9100', 'worker2:9100', 'cache:9100', 'loadbalancer:9100', 'elasticsearch:9100']
- targets: ['web1:9100', 'web2:9100', 'worker1:9100', 'worker2:9100', 'cache:9100', 'loadbalancer:9100', 'elasticsearch:9100', 'database:9100']
- job_name: fail2ban_exporter
static_configs:
- targets: ['web1:9191', 'web2:9191', 'worker1:9191', 'worker2:9191', 'cache:9191', 'loadbalancer:9191', 'elasticsearch:9191']
- targets: ['web1:9191', 'web2:9191', 'worker1:9191', 'worker2:9191', 'cache:9191', 'loadbalancer:9191', 'elasticsearch:9191', 'database:9100']
- job_name: cadvisor
static_configs: