Skip to content

This plugins is fork from [github.com/sensu-plugins/sensu-plugins-gelf] and update code

License

Notifications You must be signed in to change notification settings

StartloJ/sensu-gelf

Repository files navigation

Sensu-Plugins-gelf

Gem Version Dependency Status

Functionality

Handler

  • handler-gelf.rb

Files

  • bin/handler-gelf.rb

Usage

Example with use optional [json_config]

sensu/conf.d/gelf.json

{
  "gelf": {
    "server": "graylog.dom.tld",
    "port": "12201"
  }
}


sensu/conf.d/handler/handlers-gelf.json

{
  "handlers": {
    "gelf": {
      "type": "pipe",
      "command": "handler-gelf.rb --json 'gelf'",
    }
  }
}

Installation

This not official plugin you must use ./gem in path [ /opt/sensu/embedded/bin/ ] \n

sudo ./gem install specific_install
  • install sensu-gelf plugins with specific_install
sudo ./gem specific_install https://github.com/StartloJ/sensu-gelf.git

Notes

About

This plugins is fork from [github.com/sensu-plugins/sensu-plugins-gelf] and update code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages