update idrac dns record to fix resolving issue [ci skip]

This commit is contained in:
viktorbarzin 2023-02-12 21:30:54 +00:00
parent 3caa8e7ffa
commit cbdd5d57ce
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@ extraScrapeConfigs: |
- job_name: 'snmp-idrac'
static_configs:
- targets:
- "idrac.viktorbarzin.lan:161"
- "idrac.viktorbarzin.me:161"
metrics_path: '/snmp'
params:
module: [dell_idrac]

View file

@ -18,7 +18,7 @@
# port: 9102
podAnnotations:
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"
# config: |

Binary file not shown.