Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Opsgenie Support #337

Merged
merged 3 commits into from
Dec 30, 2020
Merged

Added Opsgenie Support #337

merged 3 commits into from
Dec 30, 2020

Conversation

caronc
Copy link
Owner

@caronc caronc commented Dec 30, 2020

Description:

Related issue (if applicable): n/a

Setup

Syntax

Knowing this, you can build your Opsgenie URL as follows:

  • opsgenie://{apikey}/
  • opsgenie://{apikey}/@{user}
  • opsgenie://{apikey}/*{schedule}
  • opsgenie://{apikey}/^{escalation}
  • opsgenie://{apikey}/#{team}

You can mix and match what you want to notify freely

  • opsgenie://{apikey}/@{user}/#{team}/*{schedule}/^{escalation}

New Service Completion Status

  • apprise/plugins/NotifyOpsgenie.py
  • setup.py
    • add new service into the keywords section of the setup() declaration
  • README.md
    • add entry for new service to table (as a quick reference)
  • packaging/redhat/python-apprise.spec
    • add new service into the %global common_description

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • No lint errors (use flake8)
  • 100% test coverage

@caronc caronc changed the title Opsgenie Support Added Opsgenie Support Dec 30, 2020
@caronc caronc merged commit e997c11 into master Dec 30, 2020
@caronc caronc deleted the opsgenie-support branch December 30, 2020 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant