[prometheus-users] Re: Alertmanager Configuration for Routing Alerts via Telegram

2024-06-20 Thread Alexander Varejão
Dear Brian Candlers, Thanks for answer :) That's really solved my problem. Now I can proceed with testing alertmanager Regards Em quinta-feira, 20 de junho de 2024 às 14:04:40 UTC-3, Brian Candler escreveu: > If you put multiple matchers, they must all be true to match ("AND" > semantics). S

[prometheus-users] Re: Alertmanager Configuration for Routing Alerts via Telegram

2024-06-20 Thread 'Brian Candler' via Prometheus Users
If you put multiple matchers, they must all be true to match ("AND" semantics). So when you wrote - matchers: - alertname = "SystemdUnitDown" - alertname = "InstanceDown" it means alertname must be simultaneously equal to both those values, which can never be true. One

[prometheus-users] Re: ZTE DSL modem statistics

2024-06-20 Thread 'Brian Candler' via Prometheus Users
Talk to the vendor, or a user group for that device. Your starting point would be firstly to see if it supports SNMP, and if so to get hold of a copy of the MIB. If not, then you'd have to look at whether it exposes that information in any other way, and then write your own exporter to extract

[prometheus-users] Alertmanager Configuration for Routing Alerts via Telegram

2024-06-20 Thread Alexander Varejão
Hi, I need help again :( I am trying to configure my Alertmanager to send separate alerts without success. Basically, I need to trigger two alerts for two different groups via Telegram. So, I created two alerts (Alert1 and Alert2) and two teams (Team1 and Team2). Team1 should only receive A

[prometheus-users] ZTE DSL modem statistics

2024-06-20 Thread Nexgn Technologies
Dear Experts, I hope this message finds you well. I am seeking assistance to retrieve various statistics from my ZTE DSL Modem. Specifically, I would like to obtain data on the following: - WAN traffic - LAN traffic per port - LAN side WiFi Traffic - Modem CPU usage - Modem RAM

[prometheus-users] Prometheus CloudWatch Exporter not exporting my logs

2024-06-20 Thread 'Vitor S. Almeida' via Prometheus Users
Hi, I'm trying to understand what's missing for my exporter to work as expected. I did a setup using Terraform, and it is uploading my pod, and I am able to access its /metrics. However, I can't see the metrics I want from my CloudWatch, only some logs related to Java, and about the exporter, bu