ID: 12076
Title: proxmox_ve: use powers of 10 for KB, MB, GB, TB instead of powers of 2
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Converting size information from backup logs had been using powers of 2 for
both IEC and non-IEC units (so kB was 1024, instead of 1000, ..).
IEC units will still use powers of 2 while non-IEC units will now use powers
of 10 instead.
ID: 11786
Title: proxmox_ve_disk_usage: use same metrics and summary as df checks
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
proxmox_ve_disk_usage summary and metrics have been very sparse, not including
FS size or percentage of usage.
This changes makes the check output look like other df based checks including
{{fs_used}}, {{fs_size}} and {{fs_used_percent}} metrics, as well as a summary
in form of {{50.00% used (1.10 TB of 2.20 TB)}}.
ID: 12078
Title: Proxmox VE: Don't piggyback a node if it's the contacted host.
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Up to now all sections for Proxmox VE nodes and VMs had been piggybacked
which resulted in a missing Checkmk Service.
Now the contacted node won't be piggybacked any more.
ID: 12077
Title: Service state flapping due to incorrectly ordered backup log list
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The list of backups found for a given VM had not been sorted by time leading
to differnt backup events taken for age computation.
Now the most recent backup log is taken, thus removing the state flapping.
ID: 12079
Title: Proxmox VE: don't generate/process disk-usage info for PVE nodes
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.1.0i1
Since disk usage information is not useful for PVE nodes the PVE special agent
won't generate disk usage sections for nodes any more.
ID: 12007
Title: cmk-update-config: TypeError during "Rewriting autochecks"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
In Checkmk versions 2.0.0i1 to 2.0.0b6 an error could occur when
writing certain sets of discovered services in the cmk-update-config
step "Rewriting autochecks".
The message displayed was
"TypeError: '<' not supported between instances of 'str' and 'NoneType'".
ID: 12062
Title: Fix rendering of report snapin if icon is missing
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
If an exsiting report had no icon, the rendering of the gui was broken.
Such reports will now get a default icon.
ID: 12061
Title: New login session idle timeout default
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
There was no default defined for the global setting "Login session idle timeout".
The new setting is 90 minutes.