[prometheus-users] Inhibit resolved messages from inhibited alerts

2024-03-21 Thread Michael Kogelman
It seems that resolved messages are still thrown/received when an inhibited alert is resolved. Is there any way to squelch these as well? Or is this pretty much as intended. Thanks! -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To

Re: [prometheus-users] blackbox_exporter 0.24.0 and smokeping_prober 0.7.1 - DNS cache "nscd" not working

2024-03-21 Thread Chris Siebenmann
> Having a quick look at the binary, it seems, that netgo build tag was > applied: > > $ strings blackbox_exporter-0.24.0.linux-amd64/blackbox_exporter | egrep > '\-tags.*net.*' > build -tags=netgo > build -tags=netgo As a side note: if you have the Go toolchain available, you can use 'go

Re: [prometheus-users] Re: better way to get notified about (true) single scrape failures?

2024-03-21 Thread Christoph Anton Mitterer
I've been looking into possible alternatives, based on the ideas given here. I) First one completely different approach might be: - alert: target-down expr: 'max_over_time( up[1m0s] ) == 0' for: 0s and: ( - alert: single-scrape-failure expr: 'min_over_time( up[2m0s] ) == 0' for: 1m or - alert: