Werk #4344: lnx_quota: Fixed wrong value calculation and removed performance data
Komponente | Checks & agents | ||||
Titel | lnx_quota: Fixed wrong value calculation and removed performance data | ||||
Datum | 01.02.2017 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Inkompatibel - Manuelle Interaktion könnte erforderlich sein | ||||
Checkmk versions & editions |
|
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:
- Graphing system is not able to handle such kind of dynamic performance variables like
- group_USERNAME_blocks
- group_USERNAME_files
- USERNAME_blocks
- USERNAME_files
- 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.
The check will work as expected and does not need further user modifications or configurations.