cookbook 'newrelic-sysmond', '= 1.2.1'
newrelic-sysmond (9) Versions 1.2.1 Follow7
Setup New Relic sysmond for server monitoring
cookbook 'newrelic-sysmond', '= 1.2.1', :supermarket
knife supermarket install newrelic-sysmond
knife supermarket download newrelic-sysmond
chef-newrelic-sysmond
Description
Installs newrelic-sysmond, New Relic for Server Monitoring.
Requirements
Supported Platforms
The following platforms are supported by this cookbook, meaning that the recipes run on these platforms without error:
- Debian
- Ubuntu
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"] = "keys.gnupg.net" 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
Basic Settings
You must set the value for node["new_relic"]["license_key"]
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
chef-newrelic-sysmond
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2011-2013 Phil Cohen (github@phlippers.net)
- http://phlippers.net/
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.