Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record incidents and notifications via CRD/EAS #292

Closed
tamalsaha opened this issue Mar 12, 2018 · 0 comments
Closed

Record incidents and notifications via CRD/EAS #292

tamalsaha opened this issue Mar 12, 2018 · 0 comments
Assignees
Milestone

Comments

@tamalsaha
Copy link
Contributor

tamalsaha commented Mar 12, 2018

kubectl get incidents -n default

[name]
cluster:<alert-name>:<timstamp>
node:<node-name>:<alert-name>:<timstamp>
pod:<pod-name>:<alert-name>:<timstamp>

[Labels]
alertName:
alertType: ClusterAlert / NodeAlert / PodAlert
objName:                  node name / pod name
recovered: true / false

timestamp format: YYMMDD-24HMM

apiVersion: monitoring.appscode.com/v1alpha1
kind: Acknowledgement
metadata:
  name: <incident-name>
  name: <incident-namespace>
spec:
  comment: ""
  skipNotify:
  # author
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants