sensu-plugins / sensu-plugins-zendesk

Sensu Zendesk Plugin
http://sensu-plugins.io
MIT License
0 stars 4 forks source link
monitoring sensu zendesk

Sensu-Plugins-zendesk

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

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