Skip to content

Latest commit

 

History

History

alertmanager-configuration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Alertmanager Configuration

This example shows how to deploy a customized Alertmanager Configuration. It customizes Fury distribution Alertmanager to deploy with no DeadManSwitch and sends all alerts to slack only. This example is meant to illustrate how to attach a new configuration to alertmanager

  1. Run furyctl to get packages: furyctl install

  2. You can modify alertmanager.yaml file to change slack url with your own (WebHook integration needed in your slack) and channel to send the alert to. To see all fields you can modify please refer to documentation

  3. Run make build to see output of kustomize with your modifications.

  4. Once you're satisfied with generated output run make deploy to deploy it on cluster.