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

nrpe_configuration (6) Versions 0.1.0

Configures the NRPE client

Policyfile
Berkshelf
Knife
cookbook 'nrpe_configuration', '= 0.1.0', :supermarket
cookbook 'nrpe_configuration', '= 0.1.0'
knife supermarket install nrpe_configuration
knife supermarket download nrpe_configuration
README
Dependencies
Quality 67%

nrpe_configuration

Configures the NRPE client for Windows.

Supports:

  • Windows :white_check_mark:

Usage

nrpe_configuration::default

Just include nrpe_configuration in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[nrpe_configuration]"
  ]
}

Attributes

Install Directory:

Tells this cookbook where to look for the NS Clients.

Default Value:

  • Windows: C:/Program Files/NSClient++/

Ruby usage:

node['nrpe_configuration']['install_directory'] = "D:/NSClient++/"

JSON usage:

{
  "nrpe_configuration": {
    "install_directory": "D:/NSClient++/"
  }
}
Note: forward slashes are used for Windows paths in Ruby.

Settings:

Settings that will be put in the nsclient.ini.

Ruby usage:

node['nrpe_configuration']['settings'] = [
    "[/settings/default]" => nil,
    "allowed hosts" => "192.168.1.10",
    "[/modules]" => nil,
    "CheckSystem" => 1
  ]

JSON usage:

{
  "nrpe_configuration": {
    "settings": {
      "[/settings/default]": null,
      "allowed hosts": "192.168.1.10",
      "[/modules]": null,
      "CheckSystem": 1
    }
  }
}

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

0.1.0 failed this metric

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

Foodcritic Metric
            

0.1.0 passed this metric

License Metric
            

0.1.0 passed this metric