Skip to content

Rocklviv/icinga-ng

Repository files navigation

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)

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.

About

Chef icinga cookbook.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages