Changelog¶
All notable changes to this project will be documented in this file. Changes to vendor specific packaging are excluded.
The format is based on Keep a Changelog, and this project adheres to Calendar Versioning, with the format YYYY.MM.MICRO. The tag may occasionally be made just prior to the change of month.
[Unreleased]¶
[2022.06.02] - 2022-06-02¶
Changed¶
Encrypted nodes no longer accept runcmds by default. Instead a new configuration option
accept_runcmdhas been introduced which can be set on nodes from which runcmds should be allowed.
[2021.11.1] - 2021-11-01¶
Added¶
Added
mon containerhealththat can be used to perform healthchecks when Merlin and Naemon is running in a container. This mon command is only shipped with the-slimpackages.
Changed¶
mon restartnow checks if we are running on an systemd system. If not, a a SIGHUP is sent to Naemon process for reloading.
Removed¶
showlog no longer support the
--cgi-cfg=argument.
Fixed¶
OBS Build now correctly
Requires: python2-PyMySQLinstead ofBuildRequireson EL8. This fixes a couple of mon scripts for examplemon status install-timeRequire
php-clifor-appspackages ensuringmon node treeworks correctlymon sshkey tools are now correctly using the user set during configure.
mon lognow correctly works with the OBS built package.spec: fixed misspelled dependency on python3-cryptography for EL8 slim packages
showlog now fallsbacks to using either
/opt/monitor/etc/naemon.cfgor/etc/naemon/naemon.cfgfor detecting the naemon.cfg file if no argument is provided. This ensuresmon showlogworks correctly most systems.Sync slim pollers encryption keys to any peers, prior to restart, when executing
mon slim-poller register.
[2021.10.2] - 2021-10-13¶
Fixed¶
Fixed an issue introduced in 2021.10.1 where
mon oconf pushwould fail to work when pushing to pollers on systems with non upstream naemon paths.
[2021.10.1] - 2021-10-01¶
Added¶
Community packages for CentOS/RHEL 7 & 8 are now generated with Open Suse Build Service
Changelog has been added!
Configure option
--with-ls-socketallows one to configure where the livestatus socket is expected to be for the apps.For slim packages, the
merlin_cluster_toolsscript has been added. This script can be used with thecluster_updatesetting to automatically handle clustering.
Changed¶
Paths in the
monapps has been adjusted to configurable values. They are either fetched directly from the Naemon config, or from values set when runningconfigure. This should make themonapps less OP5 specific and work correctly with community installs.The user/group in the systemd and logrotate files has been adjusted to match the values set with
configure.
Removed¶
mon log fetchandmon log sortmergehas been removed, as these are broken and no longer used.
Fixed¶
Correctly tokenize
ipc_blocked_hostgroupsso that the setting works as it should with multiple hostgroups defined.mon db fixindexeshad an outdated OP5 specific paths to SQL files. The path has been correctly to work on both OP5 and community packages using the configure option--datarootdir.
[2021.8.1] - 2021-07-30¶
Added¶
--writeoption tomon merlinkey generatewhich will write the path to the newly generated private encryption key to merlin.confNew mon commands: slimpoller. These are inteded for slim pollers to register or deregister with a master node.
Implemented
ipc_blocked_hostgroupssetting. This setting will allow to block the specific node from executing checks from the specified hostgroups
Changed¶
Exceptions added to the
auto_deletefunctionality to avoid master takeover of checks. Don’t auto delete in pollergroups with only one node, and when no nodes have been heard from recently.Only enable
auto_deletefor pollers.Make
mon merlinkey generateidempotent.
Fixed¶
Fix an issue that caused
auto_deletenodes to be removed prematurely.Show the correct time to node auto deletion in the debug log.
Correctly set the required Naemon version in the build tools.
[2021.4.1] - 2021-04-01¶
Added¶
mon oconf fetchnow support file sync via the –sync command. Ported to pythonSupport for SSH-less “test this check” using a new query handler
runcmdNode identification is now possible using UUID, by using the new merlin.conf options
ipc_uuidanduuid.Allow setting
publickeywithmon node addNew setting
cluster_updateallows an arbitary script to be run when a remote node signals the cluster config is invalid. The script chosen should be able adjust the cluster config into a valid state.mon oconf remote-fetchadded, which will tell a remote node to executemon oconf fetch.auto_deletefunctionality allows removing nodes which have not been seen withing x seconds.
Changed¶
Add support for Naemon 1.2.4. Merlin now requires Naemon version >= 1.2.4.
[2021.2.1] - 2021-01-29¶
Changed¶
Binlogs are now stored persistently to file when merlin shuts down. The binlog is loaded again on startup ensuring no events are lost if merlin is restarted while another node is down. Can be disabled by setting
binlog_persist = 0.
Changelogs for earlier versions are not kept, please see git log for details.