Releases: sous-chefs/nagios
7.2.7
7.2.6
Bug
#445 Fixing escalation_periods.
#448 Fixing service escalations.
#459 Fixing undefined method `push'.
#453 Fixing nodes without any tags.
Improvement
#443 Merging the timezone settings.
#450 Allowing default guest user.
#454 Adding inheritance modifiers.
#462 Adding Apache LDAP settings.
#463 Adding '*' and 'null' as options.
#470 Adding option for wrapper cookbooks.
#470 Adding result_limit to cgi.cfg.
7.2.4
Bug
#419 Fixing the nagios_interval logic and readme.
#421 Fixing loading of pagerduty databag contacts.
#430 Fixing loading of timeperiods out of databag with ducktyping.
#437 Fixing loading of unmanaged_host databag regards to environments.
#441 Enable setting of Fixnum's within nagios configuration attributes.
Improvement
#426 Added command: service_notify_by_sms_email.
#435 Adding pagerduty.cgi and needed packages
7.2.2
7.2.0
Testing
- Added centos 7.1 for testing.
- Added centos 5.11 for testing.
- Added test-kitchen tests.
Improvement
- Added logic to exclude nodes based on tag.
- Including apache2::mpm_prefork for apache.
- Added the ability to specify command arguments within services.
- Added the ability to specify custom options on hosts, contacts and services.
7.1.8
Bug
- Fixing the unmanagedhosts databag filter on environment.
- Fixing the services databag filter on environment.
Improvement
- Moving the LWRP's providers into definitions.
This will remove some extra complexity and output will be
much nicer and debugging will be easier during the chef-converge.
7.1.6
7.1.4
Bug
- AuthzLDAPAuthoritative is removed in Apache 2.4.
- Fixed the pagerduty config by using LWRP.
Improvement
- Made test config os (in)dependent.
- Added zap for config file cleanup.
- Added encrypted user databag support.
- Added extra configuration tests.
- Added gitter badge.
7.1.0
Bug
- Fixed class-type checking with duck-typing on update_options.
- Fixed host_name_attribute on nagios model.
Improvement
- Moved all nagios configuration options within attributes.
- Moved all nagios configuration attributes into separate file.
Breaking Changes
- With the change above we might introduced some config problems.
Please check your attributes when upgrading.
Development
- Added extra kitchen serverspec tests.