github.com/muhammadn/cortex@v1.9.1-0.20220510110439-46bb7000d03d/development/tsdb-blocks-storage-s3/config/alertmanager.yaml (about) 1 # Example alertmanager config file to load to Cortex via the alertmanager API. 2 global: 3 # The smarthost and SMTP sender used for mail notifications. 4 smtp_smarthost: 'localhost:25' 5 smtp_from: 'alertmanager@example.org' 6 smtp_auth_username: 'alertmanager' 7 smtp_auth_password: 'password' 8 9 route: 10 # A default receiver. 11 receiver: send-email 12 13 receivers: 14 - name: send-email 15 email_configs: 16 - to: 'someone@localhost'