ID: 14344
Title: host_config: remove restriction that custom attributes must have topic "Custom attributes"
Component: REST API
Level: 1
Class: Bug fix
Version: 2.2.0i1
Previously, the REST API returned a validation error if the specified custom attributes
had a topic other than "Custom Attributes". This werk removes that restriction and allows
custom attributes of all topics to be included.
ID: 14506
Title: group endpoint permissions in the REST API
Component: REST API
Level: 1
Class: Bug fix
Version: 2.2.0i1
In the contact group endpoints in the REST API, there could
be situations where a required permission was not checked.
This led to a 500 internal server error to prevent unauthorized
access.
This werk fixes this problem. No further action is needed.
ID: 14161
Title: Setup: do not create unknown folders
Component: Setup
Level: 1
Class: Bug fix
Version: 2.2.0i1
When using the setup with an unknown folder name, this folder was created on the hard disk instead of giving an error message
ID: 14160
Title: ntop: fixed mostly broken network statistic pages due to the use of an incompatible library
Component: ntopng_integration
Level: 1
Class: Bug fix
Version: 2.2.0i1
ID: 14353
Title: Fix Rittal CMC-III LCP water temperature check
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
The check expects two services, one for IN and one for OUT, to be created. We now again
created two services, instead of only one.
ID: 14442
Title: Update config: Invalid characters in 'esx_vsphere_vm.running_on' for S
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Some discovered host labels from vSphere plugins lead to the above crash
when discovering new host labels.
This werk migrates the discovered hosts labels appropriately.
Alternatively users can just rediscover their host labels using
the command
C+:
cmk --only-host-labels -II MyHost
C-:
ID: 14403
Title: work with nfs mounts not starting with a slash
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
We now parse nfs mounts not starting with a slash in the nfsiostat plugin.
ID: 14402
Title: nfsiostat check metrics when mount name ends on numbers
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
When a mount is named "server:/foo/042" the ops/s values used to be parsed as 42.
This has been fixed now. No user interaction required
ID: 14496
Title: df: 'fs_used_percent' metric does not respect reserved space configuration
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
It is possible to configure the <tt>df</tt> check to exlude the space reserved
for the root user from the used space. The metric 'fs_used_percent' which is
shown in the perfometer of any <tt>filesystem</tt> service did not respect this
configuration, showing the percentage of used space of the total filesystem,
including the reserved space. This has been fixed.
ID: 14058
Title: mssql_counters: Fix crash in parsing mssql_counters
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.2.0i1
Parsing mssql_counters failed for timestamps in format "%d/%m/%y %H:%M:%S".
Now, we additionally support this format.