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

scout-agent (1) Versions 1.0.0

Setup Scount Server Monitoring Agent

Policyfile
Berkshelf
Knife
cookbook 'scout-agent', '~> 1.0.0', :supermarket
cookbook 'scout-agent', '~> 1.0.0'
knife supermarket install scout-agent
knife supermarket download scout-agent
README
Dependencies
Quality 17%

chef-scout-agent

Description

Installs the Scout Server Monitoring Agent.

Requirements

This cookbooks requires the excellent chef-rvm cookbook from @fnichol.

Supported Platforms

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

  • Ubuntu
  • Debian
  • Red Hat
  • CentOS
  • Fedora
  • Scientific
  • Amazon

Recipes

  • scout-agent - The default recipe.

Usage

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

Attributes

default["scout_agent"]["key"]         = ""
default["scout_agent"]["user"]        = "scout"
default["scout_agent"]["group"]       = "scout"
default["scout_agent"]["version"]     = "5.5.4"
default["scout_agent"]["rvm_ruby"]    = "ruby-1.9.3-p194"
default["scout_agent"]["rvm_gemset"]  = "scout"
default["scout_agent"]["plugin_gems"] = []
default["scout_agent"]["node_name"]   = ""

The node["scout_agent"]["plugin_gems"] takes a list of additional gems that are used by your Scout plugins. The array can contain a list of Hash elements with name and (optional) version keys. Example:

// dna ...
{
  "scout_agent": {
    // ...
    "plugin_gems": [
      { "name": "mysql", "version": "2.8.1" },
      { "name": "redis" }
    ]
  }
}

Basic Settings

You must set the value for node["scout_agent"]["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

License

chef-scout-agent

Dependent cookbooks

rvm >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.0 failed this metric

FC009: Resource attribute not recognised: scout-agent/recipes/default.rb:39
FC042: Prefer include_recipe to require_recipe: scout-agent/recipes/default.rb:15
FC064: Ensure issues_url is set in metadata: scout-agent/metadata.rb:1
FC065: Ensure source_url is set in metadata: scout-agent/metadata.rb:1
FC066: Ensure chef_version is set in metadata: scout-agent/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number