ID: 4201
Title: mkeventd_status: avoid duplicate averaging, make graphs more precise in time resolution
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i4
By not using pre-averaged values anymore but switching to precise performance counters
the check now computes are precise average of the counted events (e.g. rule hits)
since the last check. This makes the graphs much more precise. It also makes a
reschedule of the check show more recent data.
ID: 4200
Title: Fix computation of Event Console performance snapin in distributed mode
Component: Event Console
Level: 2
Class: Bug Fix
Version: 1.4.0i4
This contents of the sidebar snapin {{Event Console Performance}} showed invalid
data in case of a multi-sited distributed Event Console: It only show data from
one random instance. This has been fixed.
ID: 4199
Title: Fix detection of replication mode if EC is distributed
Component: Event Console
Level: 1
Class: Bug Fix
Version: 1.4.0i4
If you use the new feature of having a distributed Event Console (consisting
of more than one Check_MK site) then the WATO display of the EC status
was broken. This has been fixed. WATO still shows only the status of
the local EC. This will be fixed in future.
ID: 4198
Title: mkeventd_status: rework graph templates, only group metrics where it makes sense'
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i4
ID: 4005
Title: agent_activemq: now able to provide BasicAuth credentials
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i4
You can now set the username and password if your ActiveMQ Server requires Basic-Authentication.
Furthermore a typo has been fixed, which marks this werk as incompatible.
The item name has changed from <i>Actice_MQ</i> to <i>Active_MQ</i>, so you need
to start a new service discovery for these hosts.
ID: 4004
Title: Fixed exception when viewing availability of BI aggregations
Component: Multisite
Level: 1
Class: Bug Fix
Version: 1.4.0i4
This fix simply makes an already existing hack less horribly broken...
ID: 4208
Title: mk_jolokia: Plugin now works with jolokia versions requiring the base url to finish with a slash
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i4
Previously, the plugin would not output any meaningful data for certain jolokia versions. This has
been fixed.
ID: 4207
Title: mk_jolokia: Use configured port as default instance name
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i4
Previously, the mk_jolokia plugin would default to the port as
an instance name if no name was configured before reading the
config file. This led to the default instance name always being
8080, regardless of which port was actually configured.
If you have configured a nonstandard port in jolokia.cfg,
but not an instance name, rediscovery is required, as well as
adjusting rules relying on the instance name.