ID: 12998
Title: Title alignment in report graphs
Component: Reporting & Availability
Level: 1
Class: New feature
Version: 2.1.0i1
For readability purposes of long titles in graphs, the titles are now left
aligned instead of being centered.
Additionally for forecast graphs, the title is cropped after 64 characters.
ID: 13380
Title: Validate use of contact groups in dashboards on deletion
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
If a contact group was removed that was still used in a dashboard, the contact
group was silently removed from the dashboard and it may no longer be possible
to access the dashboard.
ID: 13383
Title: Add note that '*' is replaced by '.*' in monitoring search
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.1.0i1
The monitoring search and quicksearch fields replace '*' with '.* for simplicity.
This is the long time behaviour that is now described in the tooltip of the
monitoring search field.
ID: 13382
Title: Avoid unnecessary warn messages in Redis server log
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
The Redis server log ~/var/log/redis-server.log could contain warning messages
for the number of maximum open files and the TCP backlog settings on startup.
The configuration has now been adjusted, so you should not get this messages any more.
Please note, that there could be still a overcommit_memory warning, especially
on our appliances. We will not change this OS setting for now.
ID: 13353
Title: Linux agent: Fix two localisation issues
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.1.0i1
On some systems, the linux agent tried to set invalid localisation
settings. For example, when <tt>C.utf8</tt> is not available, but
<tt>es_EC.utf8</tt> is, the agent still tried to set <tt>C.utf8</tt>
as localisation, which resulted in the error
<tt>setlocale: LC_ALL: cannot change locale</tt>.
Furthermore, in the rare case where the <tt>locale</tt> or the
<tt>inpath</tt> command were not available, no localisation was set.
These cases now default to <tt>LC_ALL=C</tt>.
ID: 13352
Title: Liveproxyd: Fix default connection parameters
Component: Livestatus Proxy
Level: 1
Class: Bug fix
Version: 2.1.0i1
Changing the default connection parameters of the liveproxy daemon
(Global Settings > Livestatus Proxy default connection parameters)
could lead to a loss of connection with the remote sites using
these default parameters.
ID: 12333
Title: Disabled possibility to add too big files to the agent installer
Component: Setup
Level: 1
Class: Bug fix
Version: 2.1.0i1
Previously, the limit of 20MB for any file packed by the bakery in the
installer could be enforced only during installation of the agent. This
could cause a serious problem during mass updating of multiple monitored
hosts: the agent installation process will fail on every host to be updated.
Since this release Bakery forbids adding too big files to the agent installer
thus eliminating above mentioned problem with installation and update of the
agent.