cookbook 'thruk', '= 1.1.0'
thruk (10) Versions 1.1.0 Follow1
Installs/Configures thruk
cookbook 'thruk', '= 1.1.0', :supermarket
knife supermarket install thruk
knife supermarket download thruk
Description
Thruk is a multibackend monitoring web interface which currently
supports Nagios, Icinga and Shinken as backend using the Livestatus
API. It is designed to be a drop in replacement and covers almost all
of the original features plus adds additional enhancements for large
installations.
See http://www.thruk.org/ for more information.
Requirements
cookbooks
apache2
yum
yum-epel
apt
Attributes
Usage
thruk::default
Use the recipe directly, or include it in a role to customize it:
% cat roles/thruk.rb
name 'thruk'
run_list( 'recipe[thruk]' )
override_attributes(
'thruk' => {
'use_ssl' => true,
'htpasswd' => '/etc/shinken/htpasswd.users',
'cert_name' => '_.example.com',
'cert_ca_name' => 'gd_bundle',
'start_page' => '/thruk/cgi-bin/tac.cgi',
'first_day_of_week' => 0,
'csrf_allowed_hosts' => '192.168.0.1',
'backends' => {
'shinken' => {
'name' => 'External Shinken',
'type' => 'livestatus',
'options' => {
'peer' => '127.0.0.1:50000',
},
},
},
'cmd_defaults' => {
'ahas' => 1,
'force_check' => 1,
'persistent_ack' => 1,
'sticky_ack' => 0,
'send_notification' => 0,
'persistent_comments' => 0,
},
'cgi' => {
'admin_group' => 'sysadmin',
'read_groups' => 'dev,misc',
'lock_authors_names' => 0,
},
},
)
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Martha Greenberg
Dependent cookbooks
yum >= 0.0.0 |
yum-epel >= 0.0.0 |
apache2 >= 0.0.0 |
apt >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
CHANGELOG for thruk
This file is used to list changes made in each version of thruk.
1.1.0
- Bugfixes based on new tests! Make sure we are not using mpm_event on apache 2.4, disable new apache thruk.conf, fix apt key import and force thruk to restart whenever apache restarts or reloads.
- Add integration tests with ServerSpec on Centos 6.6 and Ubuntu 14.10.
- Add unit tests with ChefSpec.
1.0.0
- Change default thruk version to 2.00-1
- add ability to install thruk version 2.00 via labs repository for rhel
- add additional configuration properties for shinken and strict_host_authorization
0.4.1
- add ability to install thruk version 2.00 via labs repository for debian
0.1.0:
- Initial release of thruk
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.
Foodcritic Metric
1.1.0 passed this metric
1.1.0 passed this metric