Skip to content

Commit

Permalink
Assign Nuage event types to timeline categories
Browse files Browse the repository at this point in the history
This will make Nuage events visible in "Monitoring -> Timelines" view.
  • Loading branch information
Tadej Borovšak committed Aug 17, 2018
1 parent 2262c5d commit 3e6aca9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
:blacklisted_event_names: []
:event_handling:
:event_groups:
:addition:
:critical:
- !ruby/regexp /^nuage_.+_create$/
:deletion:
:critical:
- !ruby/regexp /^nuage_.+_delete$/
:update:
:critical:
- !ruby/regexp /^nuage_.+_update$/
:status: # alarms
:critical:
- !ruby/regexp /^nuage_alarm_.+$/
:http_proxy:
:nuage:
:host:
Expand Down

0 comments on commit 3e6aca9

Please sign in to comment.