Add hpz440 host configuration and SSH setup for Windows; update Prometheus targets and variables
This commit is contained in:
@@ -92,6 +92,11 @@ locals {
|
||||
type = "A"
|
||||
content = "10.5.5.2"
|
||||
},
|
||||
{
|
||||
name = "hpz440"
|
||||
type = "A"
|
||||
content = "10.19.4.121"
|
||||
},
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,10 +3,10 @@ scrape_configs:
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "node-exporter.kube-system.svc.cluster.local:9100"
|
||||
- "node-exporter.prometheus.svc.cluster.local:9100"
|
||||
- "10.19.4.1:9100"
|
||||
- job_name: auth-exporter
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "auth-exporter.kube-system.svc.cluster.local:9100"
|
||||
- "auth-exporter.prometheus.svc.cluster.local:9100"
|
||||
|
||||
@@ -2,13 +2,15 @@ scrape_configs:
|
||||
- job_name: node-exporter
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets: ["node-exporter.kube-system.svc.cluster.local:9100"]
|
||||
- targets:
|
||||
- "node-exporter.prometheus.svc.cluster.local:9100"
|
||||
- job_name: fail2ban
|
||||
scrape_interval: 60s
|
||||
static_configs:
|
||||
- targets: ["fail2ban-exporter.kube-system.svc.cluster.local:9100"]
|
||||
- targets:
|
||||
- "fail2ban-exporter.prometheus.svc.cluster.local:9100"
|
||||
- job_name: auth-exporter
|
||||
scrape_interval: 10s
|
||||
static_configs:
|
||||
- targets:
|
||||
- "auth-exporter.kube-system.svc.cluster.local:9100"
|
||||
- "auth-exporter.prometheus.svc.cluster.local:9100"
|
||||
|
||||
Reference in New Issue
Block a user