When using this with sensu => 0.24.0 (which introduced named aggregates) some options of check-aggregate.rb don't work any more. I think the following options are now broken:
- --limit
- --summarize
- --output
- --pattern
- --honor-stash
I've tried to fix --output but after looking into the code I've found out that Sensu Aggregates (2.0) API is rewritten from scratch:
I think it makes sense to drop sensu < 0.24 compatibility and provide only options that can work with sensu => 0.24
When using this with sensu
=> 0.24.0(which introduced named aggregates) some options ofcheck-aggregate.rbdon't work any more. I think the following options are now broken:I've tried to fix
--outputbut after looking into the code I've found out that Sensu Aggregates (2.0) API is rewritten from scratch:I think it makes sense to drop sensu < 0.24 compatibility and provide only options that can work with sensu
=> 0.24