ID: 10877
Title: Fix "cmk" call with more than two -v arguments
Component: Core & setup
Level: 1
Class: Bug fix
Version: 1.7.0i1
When calling the cmk command with more than two "-v" arguments, this resulted
in a NotImplementedError trace. The error handling has now been improved by
accepting all these arguments and using the highest supported verbosity level.
ID: 11013
Title: Fixed validation of datasource type for cluster and its nodes
Component: WATO
Level: 1
Class: Bug fix
Version: 1.7.0i1
Cluster and there nodes must have the same datasource. This was not validated
and has now been fixed.
ID: 10777
Title: New metric for percentage of used filesystem
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
The filesystem check mentions the filesystem usage as a percentage but did
not store that metric. With the inclusion of "Metric History" painters,
accessing this percentage value becomes increasingly relevant when trying
to compare hosts.
To keep access times lows, this metrics is now generated by the filesystem
check.
ID: 11012
Title: Fixed unicode usage in fileinfo baklet
Component: agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
The use of unicode characters in bakery rule
{Count, size and age of files (Linux, Windows)} resulted in "Non-ASCII
characters are not allowed here" error. This has been fixed.
ID: 11015
Title: Fixed renaming of roles
Component: Multisite
Level: 1
Class: Bug fix
Version: 1.7.0i1
If a role was renamed, current users of that rule did not got the new rule.
This resulted in a crash, e.g. on the users page. This has been fixed.
ID: 10957
Title: ucd_mem: make handling of swap space configurable
Component: Checks & agents
Level: 1
Class: New feature
Version: 1.7.0i1
This werk makes the handling of swap space for the memory check on
systems running the UCD SNMP daemon configurable. The user can now
set levels on the available swap space and configure the handling
of swap errors.
ID: 11005
Title: veeam_client: Remove all non-printable ASCII characters from piggyback section name
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
If VM names contain non ASCII characters, the discovery could fail with an
UnicodeDecodeError. This has been fixed.
In case you are affected, you need to update the plugin
{veeam_backup_status.ps1} and adjust the related rules for {Hostname
translation for piggybacked hosts}.
ID: 11003
Title: cisco_asa_connection: fix of scan function for cisco_asa_connections check plugin
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 1.7.0i1
This change introduces a fix for the scan function of the cisco_asa_connections check plugin.
In the previous version, the scan function did not pass when the sysDescr started with
Cisco Firewall Services.
ID: 10925
Title: Auto monitor checkmks tmpfs during site creation
Component: WATO
Level: 1
Class: New feature
Version: 1.7.0i1
Checkmk uses a tmpfs internally. This can grow over time. To prevent running out-of-memory on this filesystem, checkmk's tmpfs is automatically added to the monitoring after site creation.