ID: 0108
Title: Prevent service notification on host alerts
Component: Notifications
Level: 1
Class: Bug Fix
Version: 1.2.3i8
In some case the notfication template for services was used, even is was an host problem.
ID: 0243
Title: cisco_qos: no longer crashes when the qos policy name is not set
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i8
When no policy name is set in the cisco device the policy map id is used instead.
ID: 0089
Title: CSV export of event console was broken
Component: Event Console
Level: 2
Class: Bug Fix
Version: 1.2.3i8
For views of event console the CSV export did produce a file containing only
an error message. This is fixed now.
ID: 0311
Title: Fixed "Inventory failed" message when trying an inventory on clusters via WATO
Component: WATO
Level: 2
Class: Bug Fix
Version: 1.2.3i8
The service inventory of cluster hosts via WATO failed all the time with an error message
like "Inventory failed for this host: Error - host is unreachable, no usable cache file present".
This error has been fixed with this change.
A WATO-inventory on a cluster node also no longer removes previously detected clustered services.
ID: 0313
Title: Avoid duplicate reading of configuration file on --create-rrd
Component: Core & Setup
Level: 1
Class: Bug Fix
Version: 1.2.3i8
The Check_MK Micro Core calls Check_MK with <tt>cmk --create-rrd --keepalive</tt>.
That read in the configuration files (<tt>main.mk</tt> etc.) twice. This could have
lead to various anomalities such as duplicate hosts when you have removed the
default <tt>all_hosts = </tt> from your <tt>main.mk</tt>. This has been fixed now.
ID: 0311
Title: Fixed "Inventory failed" message when trying an inventory on clusters via WATO
Component: WATO
Level: 2
Class: Bug Fix
Version: 1.2.3i8
The service inventory of cluster hosts via WATO failed all the time with an error message
like "Inventory failed for this host: Error - host is unreachable, no usable cache file present".
This error has been fixed with this change.
ID: 0310
Title: apache_status: Improved handling of unexpeted data sent by agents
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.2.3i8
Now the check should also handle unexpected ascii responses from the agent.