You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asset definitions for assets such as sensu-plugins-process-checks and sensu-plugins-disk-checks have more vague filters at the top of the list, instead of at the bottom, making them match first to be downloaded and installed when there are more specific filters that are applicable for the platform available.
I edited the asset for process-checks in my backend to move the more vague filter to the bottom so that it would download the correct one to get around this since the incorrect matching filter was causing the plugin to fail to run on RHEL 6.
For example, the process-checks definition is currently:
I feel it should have more vague filters at the bottom so it matches proper platforms. Remember that Sensu uses the very first match that evaluates to true and ignores the rest.
Asset definitions for assets such as sensu-plugins-process-checks and sensu-plugins-disk-checks have more vague filters at the top of the list, instead of at the bottom, making them match first to be downloaded and installed when there are more specific filters that are applicable for the platform available.
I edited the asset for process-checks in my backend to move the more vague filter to the bottom so that it would download the correct one to get around this since the incorrect matching filter was causing the plugin to fail to run on RHEL 6.
For example, the process-checks definition is currently:
I feel it should have more vague filters at the bottom so it matches proper platforms. Remember that Sensu uses the very first match that evaluates to
true
and ignores the rest.The text was updated successfully, but these errors were encountered: