Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Granular and Extended Event Alerting #155

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

akshaychitneni
Copy link

fixes #105

This feature adds support to alert on specific event type per resource.
For example, to watch only create and update events on deployment resource, kubewatch.yaml should be
resource:
deployment:
watch: true
events:
create: true
update: true
delete: false
This also adds custom event type 'loadbalancercreate' to notify when there is a loadbalancer created for a service.
resource:
services:
watch: true
events:
create: true
update: true
delete: true
loadbalancercreate: true

fixes vmware-archive#105

This feature adds support to alert on specific event type per resource.
For example, to watch only create and update events on deployment resource, kubewatch.yaml should be
 resource:
  deployment:
    watch: true
    events:
      create: true
      update: true
      delete: false
This also adds custom event type 'loadbalancercreate' to notify when there is a loadbalancer created for a service.
 resource:
  services:
    watch: true
    events:
      create: true
      update: true
      delete: true
      loadbalancercreate: true
@MithunArunan
Copy link

@akshaychitneni Please make changes to Readme.md as well

@mfilotto
Copy link

mfilotto commented Mar 1, 2019

Any update on this one @akshaychitneni ?

@akshaychitneni
Copy link
Author

Sorry for the delayed response. Updated readme.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Granular and Extended Event Alerting
3 participants