Code Monkey home page Code Monkey logo

sentry-pushover's Introduction

Sentry-Pushover

A Sentry plugin that sends notifications to a Pushover.

Installation

sentry-pushover is available via PyPI, the python package index.

To install simple type pip install https://github.com/dz0ny/sentry-pushover/archive/master.zip.

sentry-pushover's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

sentry-pushover's Issues

Raising NotImplementedError in notify_users

Was able to install and setup the plugin for a project, but when testing I get...

There was an internal error with the Plugin

[ERROR] Plugin(pushover) raised an error during test
Traceback (most recent call last):
  File "/home/ubuntu/venv/local/lib/python2.7/site-packages/sentry/web/helpers.py", line 169, in plugin_config
    test_results = plugin.test_configuration(project)
  File "/home/ubuntu/venv/local/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 120, in test_configuration
    return self.notify_users(event.group, event, fail_silently=False)
  File "/home/ubuntu/venv/local/lib/python2.7/site-packages/sentry/plugins/bases/notify.py", line 62, in notify_users
    raise NotImplementedError
NotImplementedError

Add resource links

I added a resource_links attribute in plugins to improve the interface. It renders like this in master:

http://cl.ly/image/1k2d0K0T3G1c

Just set Plugin.resource_links to a list of tuples, like this:

    resource_links = [
        ('Bug Tracker', 'https://github.com/getsentry/sentry-github/issues'),
        ('Source', 'https://github.com/getsentry/sentry-github'),
    ]

How to use?

After install this package and restart Sentry daemon process, I can not find any settings in project settings.

The README does not provider any infomation about how to configure this plugin, can you please add it?

Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.