ID: 8951
Title: HW/SW inventory: Fixed active service state if software/packages information is missing
Component: HW/SW Inventory
Level: 1
Class: Bug fix
Version: 1.7.0i1
Within the ruleset {{Do hardware/software Inventory}} you can set the
service state if software packages info is missing. This had no effect.
ID: 8949
Title: aws_ec2.disk_io: Do not crash if some values about disk IO are missing
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
ID: 8788
Title: "Periodic service discovery" breaks Nagios config generation
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.7.0i1
A rule in the ruleset "Periodic service discovery" that is configured
with the option "Do not perform service discovery check" resulted in
a exception when updating the Nagios core config (e.g. with cmk -U).
ID: 8970
Title: diskstat: fix of parsing functionality concerning device names
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
This is a bug fix for the diskstat check. This fix primarily concerns users who rely on XEN servers where the name format of discs slightly differs. The updated version makes sure that no discs are accidentally skipper over during the parsing process of the information. The mentioned name format does not concern all users.
ID: 8877
Title: Historic metrics painter: Prevent empty views, improve error handling
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
When adding the "historic metrics painter" to a view, this could result in empty
views when none of the fetched row could satisfy the required metrics. Instead of
filtering out all rows, we now leave the rows untouched and show an error message
in the historic metrics painter.
ID: 8874
Title: EC: Fix invalid link to EC views in "Events" services
Component: Event Console
Level: 1
Class: Bug fix
Version: 1.7.0i1
When using "!" in the application pattern of the "Check event state in Event Console", the
"!" was not handed over correctly to the Event Console view when clicking on the link in
the action menu of the service.
ID: 8873
Title: CMC: Fix escaping of "!" in check_command and check_command_expanded arguments
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.7.0i1
The values of the check_command and check_command_expanded livestatus columns were
not exactly the same in Microcore as in Nagios:
Microcore:
C+:
OMD[stable]:~$ lq "GET services\nFilter: description = Events ServiceSystem\nColumns: check_command"
check_mk_active-mkevents!$HOSTNAME$/$HOSTADDRESS$ '^(?!Service|System).*$'
C-:
Nagios:
C+:
OMD[stable]:~$ lq "GET services\nFilter: description = Events ServiceSystem\nColumns: check_command"
check_mk_active-mkevents!$HOSTNAME$/$HOSTADDRESS$ '^(?\!Service|System).*$'
C-:
The Microcore has now been changed to work exactly like the Nagios core.