Comments on: Percona Monitoring and Management Migration from Prometheus to VictoriaMetrics FAQ https://www.percona.com/blog/percona-monitoring-and-management-migration-from-prometheus-to-victoriametrics-faq/ Fri, 08 Jan 2021 14:50:34 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: peterzaitsev https://www.percona.com/blog/percona-monitoring-and-management-migration-from-prometheus-to-victoriametrics-faq/#comment-10972941 Fri, 08 Jan 2021 14:50:34 +0000 https://www.percona.com/blog/?p=73226#comment-10972941 Can you please clarify how did you supply this configuration in PMM ? Thanks!

]]>
By: Dipesh Acharya https://www.percona.com/blog/percona-monitoring-and-management-migration-from-prometheus-to-victoriametrics-faq/#comment-10972940 Fri, 08 Jan 2021 06:37:12 +0000 https://www.percona.com/blog/?p=73226#comment-10972940 Hi how do we configure alerts to Microsoft Teams or PagerDuty? till version 2.12 I was able to send alerts on email and teams after I upgraded to 2.13 I dont get any alerts.

these is my current setup for Alertmanager

global:
smtp_smarthost: ‘.protection.outlook.com:25’
smtp_from: ‘alertmanager@q2ebanking.com’
route:
receiver: ‘prometheus-msteams’
group_by: [‘alertname’,’cluster’]
group_wait: 15s
group_interval: 10m
repeat_interval: 1h

routes:
# – match_re:
# alertname: ^(Instance Down|MysqlDown)$
# receiver: ‘prometheus-msteams’
– match_re:
alertname: ^(Instance Down|MysqlDown)$
receiver: ‘opensourcedb-email’

receivers:
– name: opensourcedb-email
email_configs:
– to: ‘nosqldba@q2ebanking.com’
send_resolved: true
– name: ‘pagerduty’
pagerduty_configs:
– service_key:
– name: ‘prometheus-msteams’
webhook_configs: # https://prometheus.io/docs/alerting/configuration/#webhook_config
– send_resolved: true
url: ‘http://1:2000/alertmanager’ # the prometheus-msteams proxy

]]>