Skip to content

Commit

Permalink
Change asset filter from platform to platform_family. (#99)
Browse files Browse the repository at this point in the history
* Change asset filter from platform to platform_family.

This filter will fail on centos & rhel, because:

entity.system.platform on centos does not returns rhel, but centos.
entity.system.platform_family returns rhel. Both on rhel & centos,
so it's more beneficial.

* CHANGELOG: Fixed wrong(not matching) entity.system.platform filter.

Co-authored-by: Ben Abrams <me@benabrams.it>
  • Loading branch information
itachi17 and majormoses authored Sep 26, 2020
1 parent faeff5a commit 7640cff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### Added
- Updated asset build targets to support centos6

## [4.0.2] - 2019-11-11
### Fixed
- .bonsai.yml: fixed wrong(not matching) entity.system.platform filter. (@itachi17)

## [4.0.1] - 2019-05-06
### Fixed
- metrics-ipcs.rb: fixed metric script by setting `found = true` when its found (@eberkut)
Expand Down

0 comments on commit 7640cff

Please sign in to comment.