update idrac dns record to fix resolving issue [ci skip]
This commit is contained in:
parent
3caa8e7ffa
commit
cbdd5d57ce
3 changed files with 2 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ extraScrapeConfigs: |
|
||||||
- job_name: 'snmp-idrac'
|
- job_name: 'snmp-idrac'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- "idrac.viktorbarzin.lan:161"
|
- "idrac.viktorbarzin.me:161"
|
||||||
metrics_path: '/snmp'
|
metrics_path: '/snmp'
|
||||||
params:
|
params:
|
||||||
module: [dell_idrac]
|
module: [dell_idrac]
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
# port: 9102
|
# port: 9102
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/path: "/snmp?target=idrac.viktorbarzin.lan%3A161&module=dell_idrac"
|
prometheus.io/path: "/snmp?target=idrac.viktorbarzin.me%3A161&module=dell_idrac"
|
||||||
prometheus.io/port: "9116"
|
prometheus.io/port: "9116"
|
||||||
|
|
||||||
# config: |
|
# config: |
|
||||||
|
|
|
||||||
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue