mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2025-10-29 09:40:34 +00:00
adds new database host
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user