Releases: OPMDG/opm-wh_nagios
Releases · OPMDG/opm-wh_nagios
Version 2.6
version 2.5
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
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
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.