No commit activity in last 3 years
No release in over 3 years
Chef report handler for sending run detail information to Opsmatic
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0
>= 0
>= 0
 Project Readme

Chef::Handler::Opsmatic

The chef-handler-opsmatic gem is a Chef report and exception handler

Usage

The easiest way to install this handler in your Chef environment is with the handler recipe in the opsmatic-cookbook cookbook.

Changelog

0.0.9 (2014-08-19)

  • adds support for generating a list of chef managed files for the Opsmatic agent to watch for changes
  • adds sending chef-handler-opsmatic version in the user-agent string

Releasing

  1. Use gem push to log in to rubygems.org as the opsmatic account
  2. Run rake release in this repository to push to rubygems.org

Contributing

  1. Fork it ( https://github.com/[my-github-username]/chef-handler-opsmatic/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request