Skip to content

Repo to address deploy dingtalk altermanager configuration on D2iQ Konvoy

Notifications You must be signed in to change notification settings

jianhuabi/dingtalk-alertmanager-konvoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dingtalk-alertmanager-konvoy

Step 1 -- request dingtalk chatbot credential

Ding chatbot request guide

Step 2 -- deploy dingtalk altermanager webhook proxy

kubectl apply -f dingtalk-webhook.yaml

Step 3 -- run below kubectl command

kubectl create secret generic -n kubeaddons \
  alertmanager-prometheus-kubeaddons-prom-alertmanager \
  --from-file=alertmanager.yaml \
  --from-file=notification.tmpl \
  --dry-run=client --save-config -o yaml | kubectl apply -f -

About

Repo to address deploy dingtalk altermanager configuration on D2iQ Konvoy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published