ID: 3108
Title: network interface and switch port discovery rules can now be combined to dicover multiple sets of interfaces
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.2.9i1
Previously, multiple rules "network interface and switch port discovery" were merged and thus their
parameters overwritten or combined.
I.E. if one rule had "Match interface alias (regex)" and the other "Match interface description
(regex)" both those conditions had to apply for the interface to be discovered.
This has been changed so that only one of the supplied rules has to match for an interface to be
discovered and the visual parameters (i.e. "Pad port numbers with zeroes") of only that (first)
matching rule will apply.
This is an incompatible change in that if you have multiple rules apply for the same host already,
re-discovery may now produce different items. Without re-discovery, nothing will change.
ID: 3309
Title: zpool_status: fixed wrong error handling
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.9i1
If 'status' or 'action' is given then there are some errors
which should be detected.
ID: 3350
Title: Merged source of Event Console with Check_MK
Component: Event Console
Level: 1
Class: Bug Fix
Version: 1.2.9i1
This is more an internal cleanup than a thing you need to care about when you
are using the Check_MK Raw or Enterprise Edition. This is only interesting
for you if you are compiling Check_MK from source on your own using the
source packages.
We have merged the mkeventd-*.tar.gz into the check_mk-*.tar.gz. So if you
are trying to install Check_MK with the setup.sh you don't need to download
the Event Console package anymore.