Skip to content

Releases: OPMDG/opm-wh_nagios

Version 2.6

13 Apr 21:17
Compare
Choose a tag to compare

Database:

  • Fix metric removal, broken since the new perfdata storage in 2.5
  • Fix trigger drop_partition_on_delete_service that was mistakenly forbidding service deletion

nagios_dispatcher:

  • Support "U" for unknown value in perfdata

version 2.5

05 Jan 09:10
Compare
Choose a tag to compare

Please also look at opm-core 2.5 changelog.

Please note that upgrading to v2.5 will rewrite all perfdata in order to reduce the number of tables, which can take some time depending on amount of stored perfdata. The number of tables could be problematic when monitoring large number of servers, this update will greatly reduce the number of tables.

  • Change the perfdata storage.

nagios_dispatcher:

  • Ignore empty line while parsing performance data

version 2.4

22 Oct 08:07
Compare
Choose a tag to compare

Please also look at opm-core 2.4 changelog.

  • Add ability to merge two services (not exposed in the UI)
  • Fix perl 5.10 compatibility
  • Fix forgotten translations
  • Fix ACL on wh_nagios.hub_reject table
  • Handle perfdata file with empty perfdata.
  • Make sure grant_dispatcher allows user to call dispatch_record()
  • Don't truncate metric table on duplicate key, allowing easy dump/restore of the data
  • Activate automatic data purge

version 2.3

07 Dec 12:49
Compare
Choose a tag to compare
Support changing uid/gid

This patch adds uid and gid parameters to the conf file. Setting them
allows to start nagios_dispatcher as root then change its user and
group IDs for security.

This allows init scripts or inittab configuration.