Re: [prometheus-users] Alert Query

2024-02-19 Thread sri L
Yes, but top 3 gives only top3 processes with high utilization but unable to get on how to link this to node high cpu utilization alert to send top3 process information only when node utilization goes beyond 80. On Tue, Feb 20, 2024 at 10:54 AM Alexander Wilke wrote: > Did you try with > >

Re: [prometheus-users] Alert Query

2024-02-19 Thread Alexander Wilke
Did you try with topk(3,metrics) ? sri L schrieb am Di., 20. Feb. 2024, 05:19: > Hi all, > > I am looking for a way to send out an alert with top 3 cpu/memory > utilization processes when total cpu/memory utilization goes above 80% for > a node. > > I can create an alert using node metrics to

[prometheus-users] Smokeping_prober CPU usage optimization possible?

2024-02-19 Thread Alexander Wilke
Hello, I am running smokeping_prober from one VM to Monitor around 500 destinations. Around 30 devices are monitored with 0.2s Intervall and Others with 1.65s Intervall. Prometheus scrapes every 5s. So there are roughly 600 icmp ipv4 24byte pings per Seconds. CPU usage jumps between 700-1200%

[prometheus-users] Prometheus MultiTenancy / separation of metrics / separation of passwords

2024-02-19 Thread Alexander Wilke
Hello, in our company I maintain a Prometheus Server to Monitor my own devices with so there is No need to separate metrics and credentials. There May be interest from other Departments to Monitor their devices with the Same Prometheus instance so they do Not have to maintain the Server

[prometheus-users] Alert Query

2024-02-19 Thread sri L
Hi all, I am looking for a way to send out an alert with top 3 cpu/memory utilization processes when total cpu/memory utilization goes above 80% for a node. I can create an alert using node metrics to send notification when cpu utilization is above 80% but unable to find a way to include top

[prometheus-users] Re: interference between prometheus and rabbitmq when starting

2024-02-19 Thread 'Brian Candler' via Prometheus Users
If RabbitMQ attempts to start but fails, the reason will be shown in its output (e.g. "journalctl -eu rabbitmq" or whatever the service name is). One guess is that RabbitMQ is trying to bind to the same port as prometheus. Prometheus uses port 9090 by default, and I think RabbitMQ uses port

Re: [prometheus-users] blackbox_exporter - how to simplify my configuration

2024-02-19 Thread Alexander Wilke
Thanks for sharing your ideas. Chris Siebenmann schrieb am Montag, 19. Februar 2024 um 21:08:02 UTC+1: > > In our DataCenter we have different security zones. In each zone I > > want to place a blackbox_exporter. The goal is that each > > blackbox_exporter monitors the same destinations eg.

Re: [prometheus-users] blackbox_exporter - how to simplify my configuration

2024-02-19 Thread Chris Siebenmann
> In our DataCenter we have different security zones. In each zone I > want to place a blackbox_exporter. The goal is that each > blackbox_exporter monitors the same destinations eg. same DNS Server > or same webserver. All exporters are controlled by one single > prometheus server. > > If someone

[prometheus-users] interference between prometheus and rabbitmq when starting

2024-02-19 Thread Mateus Silva
When starting the system, the Prometheus service appears with metrics and exporters, but RabbitMQ does not start. When I stop Prometheus, RabbitMQ starts. Could you tell me what could be causing this problem? I couldn't find the error. Thank you for your help if possible -- You received this

[prometheus-users] Re: prometheus ui on local computer

2024-02-19 Thread Bryan Boreham
You might also need to adjust the firewall at Digital Ocean to allow your browser to connect to Prometheus. No additional set-up is needed to get the UI; Prometheus serves it over http by default. Bryan On Monday 19 February 2024 at 07:39:24 UTC Brian Candler wrote: > localhost:9090 is what