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

icinga-ng (5) Versions 0.1.5

Installs/Configures icinga v1 server

Policyfile
Berkshelf
Knife
cookbook 'icinga-ng', '= 0.1.5', :supermarket
cookbook 'icinga-ng', '= 0.1.5'
knife supermarket install icinga-ng
knife supermarket download icinga-ng
README
Dependencies
Changelog
Quality 100%

chef-icinga-cookbook

Cookbook install's Icinga server on Debian/Ubuntu OS from source.
As default used latest icinga, v.1.11.7

Depends

  • Apache2 cookbook.
  • Apt cookbook.
  • Yum cookbook.

Supported Platforms

  • Ubuntu 12.04
  • Ubuntu 14.04
  • Debian 6
  • Debian 7
  • CentOS 6

Attributes

Key Type Description Example
set['apache']['default_site_enabled'] boolean Enables default apache site. (Needed if you haven't any enabled sites.) true/false
default['icingaadmin']['name'] text Sets icinga admin username 'Admin'
default['icingaadmin']['password'] text Sets icinga admin password 'Password'
default['icinga']['root'] text Sets icinga root directory '/opt/icinga'
default['icinga_sys']['user'] text Name of user that will be added in system. 'icinga'
default['icinga_sys']['password'] text Password of icinga user 'icinga'
default['icinga_sys']['group'] text Group for icinga command line tools. 'icinga-cmd'
default['nagios_plugins']['root'] text Nagios plugin directory. By default in Debian/Ubuntu plugins stores in '/usr/lib/nagios/plugins' '/usr/lib/nagios/plugins'
default['icinga']['source']['version'] text Icinga version. '1.11.7'

Usage

icinga-ng::default

Include icinga-ng in your node's run_list:

{
  "run_list": [
    "recipe[icinga-ng::default]"
  ]
}

License and Authors

Author:: Denis Chekirda (dchekirda@gmail.com)
```text
Copyright (C) 2014 Denis Chekirda (Rocklviv) (https://github.com/Rocklviv)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```

Dependent cookbooks

apt >= 0.0.0
apache2 >= 0.0.0
yum >= 0.0.0
checkinstall >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.4

  • Added common recipe for debian/rhel recipes.
  • Added CentOS 6 support.

0.1.3

  • Fixed small issues.
  • Removed hardcoded lines.

0.1.2

  • Added Debian 7 support.
  • Added Ubuntu 12 support.
  • Added possibility to change icinga admin name.

0.1.0

  • Initial release of icinga-ng

Foodcritic Metric
            

0.1.5 passed this metric