ID: 11832
Title: SIGNL4, iLert: Process response codes correctly
Component: Notifications
Level: 1
Class: Bug fix
Version: 2.1.0i1
This werk fixes a bug in the processing of notification response
codes for SIGNL4 and iLert. For example, without this fix, SIGNL4
notifications failed with
"Details for Status Code are not defined
201: Created"
even though they were actually successful.
ID: 11715
Title: Logwatch: Crash when using "\" in regular expression (e.g. windows paths)
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
Windows paths include "\" as seperator but regex uses them as
escape character. Windows path backslashes need to be escaped to "\\\\".
ID: 11867
Title: Fix too many page and graph reloads when reopening inactive tabs
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
When having a view open in an inactive browser tab for a longer time (several
minutes or more) and then reopen the tab, the view produced too many AJAX calls
for re-rendering the page and as a result a larger number of AJAX calls for
reloading graphs.
ID: 11866
Title: Views: Host/service context PDF links are now visible in Export menu
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
The links to context sensitive PDF reports were previously not shown
in the page menu.
ID: 11909
Title: Fix hostname as required field in host search
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
The field "Hostname" was required for searching for any host. This is of course
not intended in a search and has been fixed.
ID: 11865
Title: Fix errors after moving hosts on folder page
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
When executing bulk moves a confusing browser popup message appeared.
After moving a single host to another folder an crash occurred.
ID: 11863
Title: Fix upload of CA files to "Agent Updater" rule
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Uploading CA files to rules in the "Agent updater" ruleset resulted
in wrong stored CA information. These files are now handled correctly.
Displaying of the CA certificate issuer and subject has also been fixed.
ID: 11861
Title: Fix broken host search
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The host search in the setup was always showing the message "No WATO folder
//search" after performing a host search.
ID: 11862
Title: Fix label completion in config dialogs
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The label completion of label input fields was not working in the setup. The
label completion of the config now uses the labels known to the core to execute
the completion.