No commit activity in last 3 years
No release in over 3 years
Sensu Rocket.chat plugins
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 0.10
~> 12.0
~> 3.2
~> 3.4
~> 0.49.1
~> 0.9.11

Runtime

~> 0.1.13
 Project Readme

Sensu-Plugins-Rocketchat

Gem Version

Functionality

Sends notifications to Rocket.Chat through REST API

Files

  • bin/handler-rocketchat.rb

Usage

Configure Rocket.Chat credentials, url and channel:

{
  "rocketchat": {
    "username": "username",
    "password": "password",
    "api_url": "https://chat.example.com",
    "channel": "sensu"
  }
}

Create a handler:

{
  "handlers": {
    "rocketchat": {
      "type": "pipe",
      "command": "/opt/sensu/embedded/bin/handler-rocketchat.rb"
    }
  }
}

Installation

Installation and Setup