Skip to content

Commit

Permalink
nagios v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Nov 18, 2011
1 parent 968e874 commit 2ef96d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,11 @@ Installs and configures Nagios 3 for a server and for clients using Chef search
Changes
=======

## v1.0.2:

* [COOK-636] - Nagios server recipe attempts to start too soon
* [COOK-815] - Nagios Config Changes Kill Nagios If Config Goes Bad

## v1.0.0:

* Use Chef 0.10's `node.chef_environment` instead of `node['app_environment']`.
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs and configures nagios"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.0.0"
version "1.0.2"

recipe "nagios", "Includes the client recipe."
recipe "nagios::client", "Installs and configures a nagios client with nrpe"
Expand Down

0 comments on commit 2ef96d0

Please sign in to comment.