Select Supported Platforms

Select Supported Architectures

Select Tier

Github Name


cwjohnston/sensu-pushover-handler has been deprecated in favor of nixwiz/sensu-go-pushover-handler

master · public · Published over 5 years ago

README
Asset Definition
Release Notes
Release Assets

Sensu Go Pushover Handler Plugin

TravisCI: TravisCI Build Status

A Sensu handler plugin for sending notifications via Pushover.

Installation

Download the latest version of the sensu-pushover-handler from releases,
or create an executable script from this source.

From the local path of the sensu-pushover-handler repository:

go build -o /usr/local/bin/sensu-pushover-handler main.go

Configuration

Example Sensu Go definition:

{
    "api_version": "core/v2",
    "type": "Handler",
    "metadata": {
        "namespace": "default",
        "name": "pushover"
    },
    "spec": {
        "type": "pipe",
        "command": "sensu-pushover-handler",
        "timeout": 10,
        "env_vars": [
            "PUSHOVER_APP_TOKEN=your_app_token_here",
            "PUSHOVER_USER_KEY=your_user_key_here"
        ],
        "filters": [
            "is_incident",
            "not_silenced"
        ],
        "runtime_assets": [ "sensu-pushover-handler" ]
    }
}

Usage Examples

Help:

The Sensu Go handler for Pushover 

Usage:
  sensu-pushover-handler [flags]

Flags:
  -a, --app.token string   Pushover v1 API app token, use default from PUSHOVER_APP_TOKEN env var
  -h, --help               help for sensu-pushover-handler
  -u, --user.key string    Pushover v1 API user key, use default from PUSHOVER_USER_KEY env var

Contributing

See https://github.com/sensu/sensu-go/blob/master/CONTRIBUTING.md

Are you sure you want to report this asset?

Please describe the reason for reporting this asset. Our moderators will be notified and will disable the asset if it is found to be inappropriate.

×

You must be signed in to report this asset.

Sign In with Github

Download

×

There are no asset definitions for this version, only source code:

Download Source Cancel