newrelic-install
is a Chef cookbook that will help you scale your New Relic Observability efforts. It uses the New Relic CLI and New Relic Open Installation repository to achieve this.
Currently, we have included Linux and Windows support for New Relic's Infrastructure and Logs integrations, with more agents and integrations following in the near future.
Note: Installing specific versions of an agent is not supported, this cookbook will always install latest released version of a New Relic agent.
- Amazon Linux all versions
- CentOS version 5 or higher
- Debian version 7 ("Wheezy") or higher
- Red Hat Enterprise Linux (RHEL) version 5 or higher
- Ubuntu versions 16.04., 18.04., 20.04* (LTS versions)
- Windows Server 2008, 2012, 2016, and 2019, and their service packs.
- SUSE Linux Enterprise 11, 12
- Chef 15+
Determines the platform and includes the appropriate platform specific recipe. This is the only recipe that should be included in a node's run list.
- Set any attributes necessary for your desired configuration
- Add the
newrelic-install::default
recipe your run list
The newrelic_install
resource manages will instrument newrelic using guided install with minimal configuration.
newrelic_install 'install' do
action :install
new_relic_api_key node['newrelic_install']['NEW_RELIC_API_KEY']
new_relic_account_id node['newrelic_install']['NEW_RELIC_ACCOUNT_ID']
env node['newrelic_install']['env']
targets node['newrelic_install']['targets']
end
Name | Default value | Description |
---|---|---|
default['newrelic_install']['NEW_RELIC_API_KEY'] |
nil |
new relic api key |
default['newrelic_install']['NEW_RELIC_ACCOUNT_ID'] |
nil |
new relic account id |
default['newrelic_install']['targets'] |
[] | agents to be installed, possible values are (infrastructure-agent-installer , logs-integration , php-agent-installer , dotnet-agent-installer ) |
Name | Default value | Description |
---|---|---|
default['newrelic_install']['NEW_RELIC_REGION'] |
US |
new relic regions for your account (US or EU ) |
default['newrelic_install']['env']['HTTPS_PROXY'] |
nil |
proxy url if you are behind a firewall |
default['newrelic_install']['verbosity'] |
nil |
Verbosity options for the installation (debug or trace ). Writes verbose output to a log file on the host. |
default['newrelic_install']['tags'] |
{} |
key value pair tags added through custom attributes |
default['newrelic_install']['timeout_seconds'] |
600 |
Sets timeout for installation task. |
Name | Default value | Description |
---|---|---|
default['newrelic_install']['env']['NEW_RELIC_APPLICATION_NAME'] |
nil |
optional name for your php application |
Name | Default value | Description |
---|---|---|
default['newrelic_install']['env']['NEW_RELIC_APPLICATION_NAME'] |
nil |
optional name for your dotnet application |
Refer to testing
For releasing a new version to the Chef Supermarket follow this steps:
- Update the version number in metadata.rb.
- Create the github release for the new version.
- Watch the build with the version number in Github Actions
- If that passes, the new version should be on Supermarket under
newrelic-install
At New Relic we take your privacy and the security of your information seriously, and are committed to protecting your information. We must emphasize the importance of not sharing personal data in public forums, and ask all users to scrub logs and diagnostic information for sensitive information, whether personal, proprietary, or otherwise.
We define “Personal Data” as any information relating to an identified or identifiable individual, including, for example, your name, phone number, post code or zip code, Device ID, IP address, and email address.
For more information, review New Relic’s General Data Privacy Notice.
We encourage your contributions to improve this project! Keep in mind that when you submit your pull request, you'll need to sign the CLA via the click-through using CLA-Assistant. You only have to sign the CLA one time per project.
If you have any questions, or to execute our corporate CLA (which is required if your contribution is on behalf of a company), drop us an email at [email protected].
As noted in our security policy, New Relic is committed to the privacy and security of our customers and their data. We believe that providing coordinated disclosure by security researchers and engaging with the security community are important means to achieve our security goals.
If you believe you have found a security vulnerability in this project or any of New Relic's products or websites, we welcome and greatly appreciate you reporting it to New Relic through HackerOne.
If you would like to contribute to this project, review these guidelines.
To all contributors, we thank you! Without your contribution, this project would not be what it is today.
chef-install is licensed under the Apache 2.0 License.