ID: 8304
Title: New graphical frontend for metrics time graphs
Component: Metrics System
Level: 3
Class: New Feature
Version: 1.2.7i3
The Check_MK Enterprise Edition has now a new graphical user frontend for
displaying metrics time graphs. Instead of using pixeled PNG images it makes
use of interactive vector graphics using HTML 5. These graphs do not only
look better. They allow you to:
LI:Zoom horitontally using your mouse wheel
LI:Zoom vertically by dragging points up and down
LI:Scroll horizontally (into past and future) by dragging points left and right
LI:Resize a graph using the right bottom corner
If more than one graph is being displayed on the same HTML page then any zoom
or shift in time will be synchronzed to <b>all</b> graphs on the same page.
Also the reporting uses the new graphing engine and replaces the embedded
pixel images by real vector graphics.
ID: 8306
Title: Log stack trace in case of crash of CMC
Component: The Check_MK Micro Core
Level: 1
Class: New Feature
Version: 1.2.7i3
This helps finding the exact reason for a (hopefully rare) crash of the CMC.
ID: 8305
Title: Fixed segmentation fault of core in case of vanished object while check is running
Component: core
Level: 1
Class: Bug Fix
Version: 1.2.7i3
In case you removed a host or service from the monitoring while a check was still
running the CMC would crash. This has been fixed. This bug had been introduced in
February.
ID: 8307
Title: Fix error in agent bakery page if no agent for a certain has is existing
Component: WATO
Level: 1
Class: Bug Fix
Version: 1.2.7i3
In case of an unclean state in the agents directory there are symbolic links
to non-existing agent configurations. This is e.g. the case if hosts had
been removed in certain Check_MK versions. This has been fixed.
ID: 8331
Title: Fixed exception in BI aggregation timeline PDF export
Component: Reporting
Level: 1
Class: Bug Fix
Version: 1.2.7i3
When creating a PDF export from a single aggregation availability timeline view
an exception could occur when no "last known plugin output" is available for
the aggregation.
The exception was: "KeyError: 'log_output'"
ID: 8335
Title: Fixed scrolling with wheel when mouse positioned on right side of graphs
Component: Metrics System
Level: 1
Class: Bug Fix
Version: 1.2.7i4
ID: 8333
Title: Improved error messages in case of timeouts and other errors during SNMP walks
Component: Inline-SNMP
Level: 1
Class: Bug Fix
Version: 1.2.7i4
ID: 8308
Title: CMC can now handle multiple connections to Carbon or InfluxDB
Component: The Check_MK Micro Core
Level: 1
Class: New Feature
Version: 1.2.7i4
You can now let CMC send check metrics to more than one Carbon (Graphite)
database at the same time. By the way: InfluxDB can provide a socket that
is compatible to Carbon, so you now can have CMC send metrics to Carbon and
InfluxDB at the same time. All this is in addition to writing the data to
the RRDs needed for the Check_MK GUI, of course.