ID: 12939
Title: Fix crash in virtual host tree if there are no tags
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
When creating a virtual Host tree there was an AttributeError when no TAGS are set.
ID: 12938
Title: Fix crash in kaspersky_av_client.vbs when using a non-German locale
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
The script used a hardcoded "." as date separator. As a result, the script (CDate)
crashed on non-German locales. This is now fixed. The script no longer depends
on the locale of the machine.
ID: 12940
Title: Agent version ignored if "unknown"
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
If Fritz or VNX agent has a version "unknown", the version will be ignored
during checking.
ID: 13386
Title: Positioning of single metric dashlet content
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
In single metric dashlets the unit was shown in a new line beneath the metric value. This is fixed and the dashlet's content centered vertically.
ID: 13088
Title: Handle old syslog messages without a tag.
Component: Event Console
Level: 3
Class: Bug fix
Version: 2.1.0i1
The event console could not parse a RFC-3164-style message where
the CONTENT did not start with a TAG. The TAG is specified as
optional, so we handle that case now, too.
ID: 13128
Title: agent_vsphere: Fix bug occuring when vSphere secret has a special format
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
When specifying a vSphere secret starting with a dash (a "-"), the vsphere
special agent will run into an error, because the secret will get recognized
as an additional command line argument by it's argument parser.
This is fixed now by passing this argument in a more robust way.
ID: 12332
Title: Stale status of host is correctly determined when host is not reachable
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Previously, for some period of time the GUI identified incorrectlly an unreachable
host as a stale. It looked as if the unreachable host gained stale status for
a while and then lost this status.
With this release the problem has been fixed.
ID: 12522
Title: Make UI forms submittable on enter
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
Due to a changed design of UI forms the forms were not submittable upon pressing the enter key anymore. This is fixed: UI forms with text input fields are now submittable on enter.