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

apache-newrelic-plugin (5) Versions 0.1.3

Installs/Configures apache-newrelic-plugin

Policyfile
Berkshelf
Knife
cookbook 'apache-newrelic-plugin', '= 0.1.3', :supermarket
cookbook 'apache-newrelic-plugin', '= 0.1.3'
knife supermarket install apache-newrelic-plugin
knife supermarket download apache-newrelic-plugin
README
Dependencies
Quality 100%

apache-newrelic-plugin

This plugin allows you to monitor 1 or more Apache instances (2.2 or 2.4, as long as they support mod-status).

Requires Java and a valid New Relic license

Atributes

node['apache_newrelic_plugin']['license'] - Your New Relic license (defaults to node['newrelic']['license'])

node['apache_newrelic_plugin']['agents'] - A list of Apache instances you want to monitor. Format below

Agent node format

[
 {
  :name => 'my-hostname',
  :protocol => 'http',
  :host => 'localhost',
  :port => 8080,
  :mod_status_url => '/server-status?auto',
  :connection_timeout => 15000,
  :read_timeout => 15000
 },
:name => 'my-hostname-2',
  :protocol => 'https',
  :host => 'localhost',
  :port => 8080,
  :mod_status_url => '/server-status?auto',
  :connection_timeout => 15000,
  :read_timeout => 15000
 }
]

Default values for Agents:
protocol: http
host: localhost
port: 8080
mod_status_url: /server-status?auto
connection_timeout: 15000 (15 seconds)
read_timeout: 15000 (15 seconds)

Dependent cookbooks

java >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

0.1.3 passed this metric