ID: 4294
Title: statgrab_disk: Works now in the same way as other diskstat check plugins
Component: Checks & Agents
Level: 1
Class: New Feature
Version: 1.4.0i4
Reconstructed statgrab_disk check plugin: {{read}} and {{write}} values
will be handled in one service as in other diskstat check plugins.
Moreover the check has a discovery rule within which you can specify whether
a summary service or services for each disk are generated. Default is
summary mode.
In order to make the new check plugin work you have to perform a
re-discovery on the affected hosts.
ID: 4344
Title: lnx_quota: Fixed wrong value calculation and removed performance data
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i4
Fixed wrong value calculation for filesystem usage. Now the factor 1024
is used.
Removed the performance data for the filesystem usage and amount of files.
Reasons for this decision:
<ul>
<li>Graphing system is not able to handle such kind of dynamic performance variables like
<ul>
<li>group_USERNAME_blocks</li>
<li>group_USERNAME_files</li>
<li>USERNAME_blocks</li>
<li>USERNAME_files</li>
</ul></li>
<li>Generated graphs use the standard logarithmic scale for painting the filesystem usage.
This view is not useful for the user and makes the handling complicated.</li>
</ul>
The check will work as expected and does not need further user modifications or configurations.
ID: 4343
Title: apt: Fixed wrong state information of pending updates of normal and security updates
Component: Checks & Agents
Level: 1
Class: Bug Fix
Version: 1.4.0i4
If normal updates were pending for installation the service changes
to warn. Additional the security updates were also at least warn,
because the same state was used. Now the state is reset and will be
calculated only for security updates.