No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Sensu plugins for zendesk
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.7
~> 0.10
~> 10.5
~> 3.2
~> 3.4
~> 0.51.0
~> 0.8

Runtime

 Project Readme

Sensu-Plugins-zendesk

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/handler-zendesk.rb

Usage

{
    "zendesk": {
        "url": "https://mydesk.zendesk.com/api/v2",
        "username" : "login.email@zendesk.com",
        "token": "your zendesk token",
        "password": "your zendesk password",
        "type": "incident",
        "priority": "urgent",
        "tags": [
            "tag1"
        ],
        "subscriptions_to_tags": false,
        "status_to_use": [2]
  }
}

Installation

Installation and Setup

Notes