ID: 5244
Title: Activate Changes: Fixed "Has never been activated" status message
Component: WATO
Level: 1
Class: Bug fix
Version: 1.5.0i1
This message was shown, because some state files were only stored temporarily.
ID: 5478
Title: fileinfo: fix globbing pattern expansion
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
Fixes the issue that globbing patterns were not expanded
after the introduction of werk 5344.
ID: 5130
Title: cmcii: New check to monitor Rittal CMC-II devices.
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i1
This check monitors the overall status and configuration of Rittal CMC-II
devices as well as the status of attached units.
ID: 5227
Title: Checkgroup humidity: Fix swapped lower levels and definition of only one kind of levels
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
Previously, all checks of the checkgroup humidity would crash if only lower or only upper levels
were configured. Lower levels configured in the GUI would be swapped in the check, ie the
warn level would be interpreted as the crit level and vice versa. This has been fixed.
ID: 5459
Title: Disallow group-related wait objects, avoiding crashes
Component: Livestatus
Level: 1
Class: Bug fix
Version: 1.5.0i1
Using wait objects on some tables (hostsbygroup, servicesbygroup,
servicesbyhostgroup) doesn't really make sense: Hosts and services can be
part of many groups, so we would have to conjure up a random group out of
thin air. Consequently, we forbid wait objects on these tables now.
Previously, the monitoring core crashed when we would try to wait on such an
object, anyway.
ID: 5458
Title: Enable filtering on columns with macros when the Nagios core is used
Component: Livestatus
Level: 1
Class: Bug fix
Version: 1.5.0i1
Some host/service columns (check_command, notes, notes_url, action_url,
icon_image) can contain macros, and they have a corresponding "..._expanded"
column with those macros already expanded. Previously, it was not possible
to use filters on those expanded columns when the Nagios core was used.
This has been fixed.
ID: 5325
Title: mssql_counters.cache_hits: Discover services for which the agent plugins does not provide any base for the counter 'cache_hits'
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.5.0i1
Some base values for counters might be zero or None
if they are currently not available, eg.
MSSQL_FOOBAR:Databases log_cache_hit_ratio ANY-PATH 0
MSSQL_FOOBAR:Databases log_cache_hit_ratio_base ANY-PATH 0
This may lead to a flapping state of the
{{Check_MK Discovery Service}} which reports vanished services.
ID: 5243
Title: WATO: improved "Activate Changes" performance. Config files are no longer written with pprint
Component: WATO
Level: 1
Class: New feature
Version: 1.5.0i1
Per default, most of the config files are now no longer written in pretty printed format.
You can switch back to the old format with the configuration option <tt>Pretty-Print configuration files</tt>.
Keep in mind that pretty printing configuration files may cost some cpu time, especially on larger installations
with hundreds of hosts, contactgroups or hosttags.
ID: 5445
Title: apc_symmetra_output: Fixed exception 'could not convert string to float' during discovery
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.5.0i1
Some devices do not provide all values for 'voltage',
'current' or 'output load' and might be empty strings.
This caused above exception during discovery. Fixed that.