Add ipmi monitoring and remove static versioning
This commit is contained in:
parent
9e382a99a1
commit
341abf4e39
@ -3,7 +3,6 @@
|
||||
|
||||
. ../APKBUILD-config.template
|
||||
|
||||
pkgver=2024.06.15.01
|
||||
pkgrel=0
|
||||
source="
|
||||
config.yaml
|
||||
@ -21,5 +20,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
249ffe3355cb00d1c319d4ff6503f2effcfab2349e0a47e0b295fe7500a84269b39d69a0d90799a3279482efc4490800af10d301d20329b8d41382b3922449f9 config.yaml
|
||||
ab14adad02ec297a9925abc904b3b8f41e3dc8b31c91f88658dba3c4dfe66f0876ad7558036abb22023f963171ced7663eab488d428d24fedcfb7c6725e4d818 config.yaml
|
||||
"
|
||||
|
@ -36,3 +36,9 @@ scrape_configs:
|
||||
dns_sd_configs:
|
||||
- names: [ 'smartctl_exporters.prometheus.routinginfo.internal' ]
|
||||
type: 'SRV'
|
||||
- job_name: "ipmi"
|
||||
scrape_interval: 1m # Less important and also takes longer to query
|
||||
scrape_timeout: 30s # Handle scraping delays
|
||||
dns_sd_configs:
|
||||
- names: [ 'ipmi.prometheus.routinginfo.internal' ]
|
||||
type: 'SRV'
|
||||
|
Loading…
Reference in New Issue
Block a user