[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

Re: [prometheus-users] Alertmanager configuration for Telegram

2022-09-27 Thread Julius Volz
Since you are using your custom code, it's hard to say what exactly is happening, but the error message you posted is a common one in case a JSON parser tries to decode something that looks more like XML or HTML (it's complaining about the body starting with a "<" rather than something that looks l

[prometheus-users] Alertmanager configuration for Telegram

2022-09-26 Thread jjdiazgarcia
Hello everybody, I am trying to send alerts to Telegram from Alertmanager but I am getting below error: *ts=2022-09-26T10:40:11.512Z caller=notify.go:732 level=warn component=dispatcher receiver=telegram integration=telegram[0] msg="Notify attemp failed, will retry later" attempts=1 err="teleb

[prometheus-users] Alertmanager configuration doubt.

2022-05-06 Thread Borja UberSinestésico
Good morning, I want to create a condition for an alert, and since my monitorization implies lots of up and downs when something is wrong, I am receiving lots of mails, because if something fails, tries to reboot, goes on and then of again for a while. My current alerts looks like this: - al

[prometheus-users] Alertmanager configuration: routes

2021-09-02 Thread Thomas Schneider
Hello, can you please advise what is represented by a service in alertmanager configuration, e.g. routes: # All alerts with service=mysql or service=cassandra # are dispatched to the database pager. - receiver: 'database-pager' group_wait: 10s matchers: - service=~"mysql|cassandra" Where do

[prometheus-users] Alertmanager Configuration for sending alerts on Opsgenie via Proxy Server

2021-01-17 Thread Prabjyot Singh
Can anyone please help me with alertmanager.yml config for opsgenie via proxy server ? Thanks in advance. Regards, Prabjyot -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it,

Re: [prometheus-users] Alertmanager configuration

2020-05-05 Thread Da Sm
@Karthike Ezhilarasan Here's a basic template that I'm currently using - I forget which other thread I originally got it from - slack_configs: channel: '#XXX' # templating documentation at: # https:\\golang.org/pkg/text/template color: '{{ if eq .Status "firing" }}

Re: [prometheus-users] Alertmanager configuration

2020-02-25 Thread Karthike Ezhilarasan
Thanks a lot, I'll look into templates details. EZHILARASAN Karthike Le mardi 25 février 2020 10:55:44 UTC+1, Christian Hoffmann a écrit : > > Hi, > > On 2/25/20 10:42 AM, Karthike Ezhilarasan wrote: > > I've recently configured prometheus and alertmanager with a slack > > webhook, everything

Re: [prometheus-users] Alertmanager configuration

2020-02-25 Thread Christian Hoffmann
Hi, On 2/25/20 10:42 AM, Karthike Ezhilarasan wrote: > I've recently configured prometheus and alertmanager with a slack > webhook, everything works fine but the notifications I get in slack uses > the same text for firing and resolved making it look a bit odd. > > [FIRING:1] warning@my_serve

[prometheus-users] Alertmanager configuration

2020-02-25 Thread Karthike Ezhilarasan
Hello, I've recently configured prometheus and alertmanager with a slack webhook, everything works fine but the notifications I get in slack uses the same text for firing and resolved making it look a bit odd. [FIRING:1] warning@my_server high_storage_load > warning@my_server: Host storage usag

[prometheus-users] [Alertmanager] Configuration option group_wait does not work

2020-02-20 Thread Андрій К
*Hello,* *What did you do?* Send test alert from prometheus to alertmanager *What did you expect to see?* Alertmanager should send alert after 10 minutes after received it https://prometheus.io/docs/alerting/configuration/#route How long to initially wait to send a notification for a group of