Skip to content

Releases: sous-chefs/nagios

7.2.4

07 Oct 17:17
Compare
Choose a tag to compare

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

19 Sep 18:36
Compare
Choose a tag to compare

Bug

  • Fixing the apache-mpm breaking on centos.

7.2.0

19 Sep 18:10
Compare
Choose a tag to compare

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

14 Aug 15:10
Compare
Choose a tag to compare

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

07 Jul 15:06
Compare
Choose a tag to compare

Bug

  • Fixing the nagios_[resource] provider delete action.

Improvement

  • Added option for custom apache auth based on attribute.
  • Update cgi-path attibute on source install.
  • Update on test-kitchen tests.
  • Update on kitchen-vagrant version.

7.1.4

18 May 23:29
Compare
Choose a tag to compare

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

29 Apr 18:06
Compare
Choose a tag to compare

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.

7.0.8

04 Apr 14:41
Compare
Choose a tag to compare

Bug

  • Fixed servicegroups members.
  • Chaned the order of data bag loading (commands first).

Improvement

  • Cleanup of the internals of the nagios model.

Development

  • Added kitchen serverspec tests.

7.0.6

27 Mar 21:42
Compare
Choose a tag to compare

Bugfixes

  • Fixed data bag import.(#346)
  • Fixed missing create method on Servicegroup object. (#348)
  • Fixed update_dependency_members for depedency objects.

7.0.4

17 Mar 13:26
Compare
Choose a tag to compare

Bugfix

  • Fixed the order for resource.cfg population to be correct.