No commit activity in last 3 years
No release in over 3 years
The Sensu Core built-in only_check_output mutator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Sensu::Extensions::OnlyCheckOutput

This mutator extension provides the Sensu Core built-in mutator only_check_output.

This mutator will return the check output from an event.

Configuration

The only_check_output mutator is included in every install of Sensu. To apply the mutator to handler, use the "mutator" handler definition attribute.

For example:

{
  "handlers": {
    "graphite": {
      "...": "...",
      "mutator": "only_check_output"
    }
  }
}