Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

newrelic-sysmond (9) Versions 1.3.5

Setup New Relic sysmond for server monitoring

Policyfile
Berkshelf
Knife
cookbook 'newrelic-sysmond', '= 1.3.5', :supermarket
cookbook 'newrelic-sysmond', '= 1.3.5'
knife supermarket install newrelic-sysmond
knife supermarket download newrelic-sysmond
README
Dependencies
Quality -%

chef-newrelic-sysmond Build Status

Description

Installs newrelic-sysmond, New Relic for Server Monitoring.

Requirements

Cookbooks

The following cookbooks are direct dependencies:

  • apt (for Debian and Ubuntu)

Supported Platforms

The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:

  • Debian
  • Ubuntu
  • Red Hat Enterprise Linux 5 & 6
  • CentOS 5 & 6

Recipes

  • newrelic-sysmond - The default recipe.

Usage

This cookbook installs the newrelic-sysmond components if not present, and pulls updates if they are installed on the system.

Attributes

default["new_relic"]["keyserver"]      = "keyserver.ubuntu.com"
default["new_relic"]["license_key"]    = ""
default["new_relic"]["loglevel"]       = "info"
default["new_relic"]["logfile"]        = "/var/log/newrelic/nrsysmond.log"
default["new_relic"]["proxy"]          = ""
default["new_relic"]["ssl"]            = "false"
default["new_relic"]["ssl_ca_bundle"]  = ""
default["new_relic"]["ssl_ca_path"]    = ""
default["new_relic"]["pidfile"]        = ""
default["new_relic"]["collector_host"] = "collector.newrelic.com"
default["new_relic"]["timeout"]        = 30
default["new_relic"]["hostname"]       = ""

Basic Settings

You must set the value for node["new_relic"]["license_key"]

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Contributors

Many thanks go to the following contributors who have helped to make this cookbook even better:

License

chef-newrelic-sysmond

Bitdeli Badge

Dependent cookbooks

apt >= 1.9.2

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found