Hello, 

Somebody could check my configuration ?
My postfix works correctly, but not mails in my prometheus container.

[root@admin-toto ~]# docker exec -it monitor_prometheus sh

/prometheus # cat alertmanager.yml 
global:
  resolve_timeout: 5m
  smtp_smarthost: 10.10.10.10
  smtp_from: [email protected]
  smtp_require_tls: false
route:
  group_by: ['alertname']
  group_wait: 10s
  group_interval: 10s
  repeat_interval: 4h
  receiver: 'team-admin'
receivers:
- name: 'team-admin'
  email_configs:
  - to: '[email protected]' 
#inhibit_rules:
#  - source_match:
#      severity: 'critical'
#    target_match:
#      severity: 'warning'
#    equal: ['alertname', 'job', 'instance']


Thanks by advance 
Regards

-- 
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, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/e99c7eb3-b57f-4557-ad8b-c87ef10c9525o%40googlegroups.com.

Reply via email to