Skip to content

sensu-plugins/sensu-plugins-zendesk

Repository files navigation

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" : "[email protected]",
        "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