Skip to content

Using this mutator you can filter the check output metrics you want

License

Notifications You must be signed in to change notification settings

Kidinicol/sensu-mutator-graphite

Repository files navigation

sensu-mutator-graphite

Build Status

Using this mutator you can filter the check output metrics you want

Use handler with filter mutator

{
  "handlers": {
    "graphite": {
      "type": "tcp",
      "mutator": "filter-mutator",
      "socket": {
        "host": "graphite.example.com",
        "port": 2003
      }
    }
  }
}

Add a json file with the filter-mutator

{
  "mutators": {
    "filter-mutator": {
      "command": "/opt/sensu/embedded/bin/ruby /etc/sensu/mutators/filter-mutator.rb --listtoinclude /etc/sensu/mutators/metricstoinclude.json"
    }
  }
}

About

Using this mutator you can filter the check output metrics you want

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages