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

naglite2 (2) Versions 0.1.2

Installs/Configures naglite2

Policyfile
Berkshelf
Knife
cookbook 'naglite2', '= 0.1.2', :supermarket
cookbook 'naglite2', '= 0.1.2'
knife supermarket install naglite2
knife supermarket download naglite2
README
Dependencies
Quality -%

Description

This Chef cookbook deploys naglite2, which is a full screen nagios viewer intended for NOC/monitoring screens.
Naglite2 is hosted here: https://github.com/lozzd/Naglite2

This has only been tested on Ubuntu 10.04.

Requirements

  • Apache 2
  • PHP
  • tar

Attributes

  • node[:naglite2][:dir] - Where you want naglite2 to be installed
  • node[:naglite2][:repo_url] - Where is the tarball hosted
  • node[:naglite2][:cgi_cfg] - Where is the Nagios CGI config file located
  • node[:naglite2][:htpasswd] - Where is the htpasswd located
  • node[:naglite2][:server_admin] - What is the email to be populated inside the vhost
  • node[:naglite2][:server_name] - Your server name, like naglite2.mydomain.com

Usage

Just load recipe[naglite2] inside your role, and override attributes accordingly, like:

"naglite2" => {
"server_admin" => "noc@company.com",
"server_name" => "naglite2.company.com"
}

Dependent cookbooks

apache2 >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found