ID: 11628
Title: infoblox_dns_stats: use correct OID value for recursion
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
The check plugin <tt>infoblox_dns_stats</tt> displayed the wrong value
for the queries received using recursion (it instead displayed the number
of successful responses). This has been fixed.
ID: 11408
Title: Monitoring of total traffic for newtwork interface checks
Component: Checks & agents
Level: 1
Class: New feature
Version: 2.0.0i2
Additional to "Input bandwith" and "Output bandwidth" metrics, a "Total
bandwidth" metric, that sums up the incoming and outcoming traffic, can
now be activated for network interface checks.
You can activate the metric by applying the "Used total bandwidth (in + out)
(minimum or maximum traffic)" checkbox within the "Network interfaces and switch
ports" ruleset. There, you can also optionally set levels, that work the same
way as the do for the input and output bandwidth metrics.
ID: 10609
Title: Simplified display of pending changes in setup
Component: Multisite
Level: 1
Class: New feature
Version: 2.0.0i2
The header information on setup pages (in the top right corner of the page) was simplified.
It now shows only the number of pending changes and links to the "Activate pending changes" page.
The information about (selected) rows can now be found on the top right of the respective table.
ID: 11656
Title: Add title to icon choices of global setting "Builtin icon visibility"
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.0.0i2
The dropdown choice showed internal names of icons. This has been changed to
sonorous names.
ID: 11671
Title: Fix crash in some check previews during discovery
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
Some check plugins crashed due to missing external information (such as host name) when trying to render the service preview during discovery.
ID: 11659
Title: Fixed broken mobile gui
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.0.0i2
The login from mobile devices was broken.
This has been fixed.
ID: 11653
Title: Fix site reload in case of user profile changes
Component: Multisite
Level: 1
Class: Bug fix
Version: 2.0.0i2
If you changed user profile settings like "User interface theme", the
navigation and the sidebar were not updated with the new profile.
The site will now reload in such cases.
ID: 11538
Title: job: treat killed jobs as a non-running job
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
The job check monitors processes on Linux. Killed jobs were falsely flagged as
running jobs, wich could potentially lead to a crash with an obscure error
message: raise ValueError("Cannot render negative timespan"). This has been
fixed, so that killed jobs are shown as terminated jobs and are only reported
if they are the latest instance of the job.
ID: 11544
Title: Revert changes related to werk 10150: 'mssql_transactionlogs: Do not discover unneeded transaction logs'
Component: Checks & agents
Level: 1
Class: Bug fix
Version: 2.0.0i2
Werk 10150 introduced changes which are not applicable in a general manner leading to services
being not discovered where they should.
This change reverts those changes.