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.7

Installs/Configures icinga v1 server

Policyfile
Berkshelf
Knife
cookbook 'icinga-ng', '~> 0.1.7', :supermarket
cookbook 'icinga-ng', '~> 0.1.7'
knife supermarket install icinga-ng
knife supermarket download icinga-ng
README
Dependencies
Changelog
Quality 33%

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.
  • Checkinstall 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.7

  • Fixed issue with missing cgis.

0.1.6

  • Fixed permissions for External Command Interface.
  • Fixed build of icinga with Checkinstall in Debian 6/7 os.

0.1.5

  • Rewrited common recipe to user Checkinstall instead of make.

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

Collaborator Number Metric
            

0.1.7 failed this metric

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

Contributing File Metric
            

0.1.7 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
            

0.1.7 failed this metric

FC064: Ensure issues_url is set in metadata: icinga-ng/metadata.rb:1
FC065: Ensure source_url is set in metadata: icinga-ng/metadata.rb:1
FC066: Ensure chef_version is set in metadata: icinga-ng/metadata.rb:1
FC069: Ensure standardized license defined in metadata: icinga-ng/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.7 passed this metric

Testing File Metric
            

0.1.7 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
            

0.1.7 passed this metric