Project

opsgenie

0.0
No commit activity in last 3 years
No release in over 3 years
A gem to use opsgenie APIs with ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 4.0.5

Runtime

~> 1.8.2
 Project Readme

Opsgenie Gem for Ruby

If you want simple tutorial. Follow the steps below:

  • Refer to the file send-alert in this repo. Copy this file to your system and put your api key in the variable 'api_key'
  • To send a sample alert pass your message as a argument.
    send-alert.rb 'This is a test alert.'
    
  • Enjoy and Cheers.