forked from fsalum/puppet-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from claranet/russ/update_maintainer
Prep ready for the initial release
- Loading branch information
Showing
3 changed files
with
13 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,95 +1,8 @@ | ||
## fsalum-newrelic changelog | ||
## claranet/puppet-newrelic changelog | ||
|
||
Release notes for the fsalum-newrelic module. | ||
Release notes for the claranet/puppet-newrelic module. | ||
|
||
------------------------------------------ | ||
#### 4.3.0 | ||
#### 1.0.0 | ||
|
||
* PR #44 Fixing apt::key deprecation warnings and correcting template scope (@craigwatson) | ||
* PR #62 Add support for enable/disable php service (@flyinbutrs) | ||
|
||
#### 4.2.0 - 2016-04-05 | ||
|
||
* Fixed Travis build for older versions of ruby | ||
* Style and Syntax updates | ||
* PR #52 - Added support for dotnet application name and iis reset (@jamesweakley) | ||
* PR #41 - Added support for overiding the hostname in nrsysmond.cfg (@scottley) | ||
|
||
#### 4.1.1 - 2015-06-16 | ||
|
||
* This closes #38 - Minimum puppetlabs-apt version required 2.0.0 | ||
|
||
#### 4.1.0 - 2015-06-15 | ||
|
||
* PR #37 - Adding support for Windows server agent and .Net agents (@malaikah) | ||
* PR #36 - Added support for labels parameter (@Vincent--) | ||
* PR #33 - Cater for puppetlabs apt 2.0.1 refactoring (@brentclark) | ||
|
||
#### 4.0.4 - 2015-01-27 | ||
|
||
* PR #24 - Add "newrelic.webtransaction.name.files" parameter (@Terr) | ||
* https://tickets.puppetlabs.com/browse/MODULES-1463 - Fix indentation | ||
|
||
#### 4.0.3 - 2014-11-25 | ||
|
||
* PR #23 - Use the facter value of $::path for newrelic php install (@everestx) | ||
|
||
#### 4.0.2 - 2014-10-25 | ||
|
||
Updated LICENSE, added metadata.json and travis puppet validation | ||
* PR #20 - Fixed PHP deprecated notice (@blaind) | ||
|
||
#### 4.0.1 - 2014-08-13 | ||
|
||
* Added warning for deprecated classes `newrelic::server` and `newrelic::php` | ||
* PR #16 - Added missing newrelic.capture_params to newrelic.ini.erb (@brentclark) | ||
* PR #17 - change 'newrelic::server' to be a class (@3flex) | ||
* PR #18 - tweak apt::source declaration (@3flex) | ||
* PR #19 - Remove unneeded exec (@3flex) | ||
|
||
#### 4.0.0 - 2014-06-29 | ||
|
||
* Refactored the module, test before pushing to production | ||
* Added/Removed/Renamed/Changed parameters | ||
* Updated template for new settings for newrelic.ini, newrelic.cfg and nrsysmond.cfg | ||
* Closed PR #7 - Ensure log directory is created | ||
* Closed PR #13 - Fix PHP conf dir for Ubuntu 14.04 | ||
|
||
#### 3.0.5 - 2014-06-05 | ||
|
||
* Add 'newrelic_daemon_cfgfile_ensure' parameter (@nbeernink) | ||
* Add 'newrelic_service_enable' parameter (@pataquets) | ||
|
||
#### 3.0.4 - 2014-03-07 | ||
|
||
* New parameter newrelic.ignored_params added (@pataquets) | ||
|
||
#### 3.0.3 - 2013-06-06 | ||
|
||
* Fix Puppet 3.2.1 deprecation warnings | ||
* Update CHANGELOG format | ||
|
||
------------------------------------------ | ||
|
||
#### 3.0.2 - 2013-02-04 | ||
|
||
* Adding newrelic php agent port on newrelic.ini | ||
|
||
------------------------------------------ | ||
|
||
#### 3.0.1 - 2012-12-06 | ||
|
||
* Adding some ordering in the installation | ||
|
||
------------------------------------------ | ||
|
||
#### 3.0.0 - 2012-11-30 | ||
|
||
* Split the Server Monitoring and PHP agent in their own classes | ||
* Compliance with the New Relic PHP Agent 3.0 changes | ||
|
||
------------------------------------------ | ||
|
||
#### 0.0.1 - 2012-10-10 | ||
|
||
* Initial Forge release | ||
* Inital Forge Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ Newrelic Module for Puppet | |
========================== | ||
[![Build Status](https://secure.travis-ci.org/claranet/puppet-newrelic.png)](http://travis-ci.org/claranet/puppet-newrelic) | ||
|
||
This module manages and installs the New Relic Server Monitoring and PHP agents. | ||
This module manages and installs the New Relic Server Monitoring and PHP agents and is based on Felipe Salum's [puppet-newrelic](https://github.com/fsalum/puppet-newrelic) module. The | ||
code has been heavly refactored and support for Puppet 4 and 5 added. | ||
|
||
Supported systems: Debian and RHEL osfamily Linux. | ||
|
||
|
@@ -16,11 +17,6 @@ Windows support added/tested/supported by [malaikah](https://github.com/malaikah | |
IMPORTANT | ||
--------- | ||
|
||
Module version 4.x was refactored. A lot of parameters were added, removed, renamed or changed. | ||
|
||
Module version 4.0.1 is moving away from defined classes, deprecation warnings were added. | ||
Using the new classes is backwards compatible. | ||
|
||
Review all the parameters you use before deploying this module in production. | ||
|
||
Quick Start | ||
|
@@ -74,8 +70,7 @@ Copyright and License | |
--------------------- | ||
|
||
Copyright (C) 2014 Felipe Salum | ||
|
||
Felipe Salum can be contacted at: [email protected] | ||
Copyright (C) 2017 Claranet | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters