sensu-puppet icon indicating copy to clipboard operation
sensu-puppet copied to clipboard

Changes are ignored on some resssources

Open elfranne opened this issue 10 months ago • 0 comments

Changes to sensu_filter are ignored:

  sensu_filter { 'is_prod':
    action      => 'allow',
    expressions => ["event.entity.labels['environment'] == 'prod'"],
  }

Changes to action or expressions are ignored.

sensu_handler is a bit different, adding a filter will be applied, but removing will not be applied

Sensu 6.10 Ubuntu 20.04 Puppet module 5.11.1 (latest)

elfranne avatar Sep 18 '23 09:09 elfranne