Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sensu-extensions-debug

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sensu-extensions-debug

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Sensu::Extensions::Debug

This handler extension provides the Sensu Core built-in handler debug.

This handler will return the raw event data (JSON), which will be logged by the Sensu server process.

Configuration

The debug handler is included in every install of Sensu. To apply the handler to a check, use the "handler" or "handlers" check definition attribute.

For example:

{
  "checks": {
    "check-http": {
      "...": "...",
      "handler": "debug"
    }
  }
}

or

{
  "checks": {
    "check-http": {
      "...": "...",
      "handlers": ["debug"]
    }
  }
}

You can use the debug as the default Sensu event handler, by using a handler set for default.

For example:

{
  "handlers": {
    "default": {
      "type": "set",
      "handlers": ["debug"]
    }
  }
}

FAQs

Package last updated on 27 Jul 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc