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

Development

~> 1.7
~> 0.10
~> 10.0
~> 3.2
~> 3.1
~> 0.40.0
~> 0.8

Runtime

 Project Readme

Sensu-Plugins-flowdock

Build Status Gem Version Dependency Status

Functionality

Files

  • bin/handler-flowdock.rb

Usage

{
  "flowdock": {
    "auth_token": "FLOWDOCK_API_TOKEN",
    "tags" : "sensu alerting",
    "push_type": "inbox|chat",
    "mail_from": "alerting@sensu.com",
    "name_from": "Sensu",
    "subscriptions": {
        "default": {
            "tags": "default"
        }
    }
  }
}

Params are optionals, only auth_token is required.

  * auth_token : Flowdock token API
  * tag : Fowdock tags separate by " "
  * push_type : Push into inbox or chat (default chat)
  * mail_from : email from for inbox
  * name_from : Name of flowdock/email user
  * subscriptions : Allow to add more tags according to subscriber

Installation

Installation and Setup

Notes