Project

ops_genie

0.0
No commit activity in last 3 years
No release in over 3 years
OpsGenie API wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.9
>= 0
~> 10.0
>= 0
 Project Readme

Codacy Badge

OpsGenie

This gem is a work in progress and currently only allow the creation of alerts. The purpose is to provide a structure for further implementation of OpsGenie web api ( https://www.opsgenie.com/docs/web-api )

run rails g ops_genie:install to generate the intializer and set up the api key

Usage :

OpsGenie::Alert.create({message: "your message", description: "a description", another_parameter: "a value"}) see https://www.opsgenie.com/docs/web-api/alert-api#createAlertRequest for the list of parameters. Use the ruby standard snake case for the keys, it'll be camelized