Add bird exporters
This commit is contained in:
parent
9934cae03e
commit
ce5860369d
|
@ -20,5 +20,5 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ab14adad02ec297a9925abc904b3b8f41e3dc8b31c91f88658dba3c4dfe66f0876ad7558036abb22023f963171ced7663eab488d428d24fedcfb7c6725e4d818 config.yaml
|
||||
8ebd1e43f5e8b6eb7a154f6f1ebd83034ea2cb1729fe248a80460df5cb10bceeb31efd95a7327ca12cf0182c0a041e2deaaf0ded6005958a3e5bf146b7bba5a2 config.yaml
|
||||
"
|
||||
|
|
|
@ -30,6 +30,10 @@ scrape_configs:
|
|||
dns_sd_configs:
|
||||
- names: [ 'libvirt.prometheus.routinginfo.internal' ]
|
||||
type: 'SRV'
|
||||
- job_name: "bird"
|
||||
dns_sd_configs:
|
||||
- names: [ 'bird_exporters.prometheus.routinginfo.internal' ]
|
||||
type: 'SRV'
|
||||
- job_name: "smartctl"
|
||||
scrape_interval: 1m # Less important and also takes longer to query
|
||||
scrape_timeout: 30s # Handle scraping delays
|
||||
|
|
|
@ -69,5 +69,5 @@ internal() {
|
|||
|
||||
sha512sums="
|
||||
b46c3c45a071508a26614b76362c6106350e0b89ead3bbc818b70de617e3d3ce62ecb0cec0314f582351a28d663f199a4e2b9c115dd575cfd176c98275f91ad8 redxen.eu
|
||||
ec6df21214c9e548ed6c399412c421b39e96e41f40fe8b229984d73eef3b04a0422cfd17c4c53e7ceb0e6aa33f110949281ad65742b92402b1675f92a4aa3cdd internal
|
||||
b8885afd0f87d09b18454bd87bdd69889f608df5be8ab829d169686b73052892037fa1d7fc26712cae5bbd742d107d29e653085133ebf4161ee16808d9c53668 internal
|
||||
"
|
||||
|
|
|
@ -36,6 +36,7 @@ node_exporters.prometheus.routinginfo SRV 0 5 7580 12180623
|
|||
SRV 0 5 9100 magong.taiwan.redxen.eu.
|
||||
SRV 0 5 9100 dongguan.china.redxen.eu.
|
||||
SRV 0 5 9100 san-jorge.argentina.redxen.eu.
|
||||
bird_exporters.prometheus.routinginfo SRV 0 5 9324 a89b55b4-e8ba-448a-873c-47278bbc7db1.vultr.redxen.eu.
|
||||
smartctl_exporters.prometheus.routinginfo SRV 0 5 9633 izmaylovo.russia.redxen.eu.
|
||||
SRV 0 5 9633 tarui.japan.redxen.eu.
|
||||
libvirt.prometheus.routinginfo SRV 0 5 9177 tarui.japan.redxen.eu.
|
||||
|
|
Loading…
Reference in New Issue