You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which variant of the Monitoring Plugins do you use?
.rpm/.deb package from repo.linuxfabrik.ch
Compiled for Linux (.tar/.zip from download.linuxfabrik.ch)
Compiled for Windows (from download.linuxfabrik.ch)
Source Code from GitHub
Bug description
On a VM the RAM got doubled without a reboot but a manual scheduled about-me will not report the new value.
Steps to reproduce - Plugin call
/usr/lib64/nagios/plugins/about-me
Steps to reproduce - Data
increase RAM of VM
schedule about-me
observe RAM value didn't change
Environment
AlmaLinux 8.9 (Midnight Oncilla) Kernel 4.18.0-513.18.2.el8_9.x86_64 virtualized on vmware
Plugin Version
about-me: v2023051201 by Linuxfabrik GmbH, Zurich/Switzerland
Python version
No response
List of Python modules
No response
Additional Information
psutil is correct but from the code I suspect dmidecode is used and this will only show the new value after a reboot.
$ python3
Python 3.6.8 (default, Jan 16 2024, 08:27:02)
[GCC 8.5.0 20210514 (Red Hat 8.5.0-20)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import psutil
>>> psutil.virtual_memory().total
67752341504
The text was updated successfully, but these errors were encountered:
This issue respects the following points:
Which variant of the Monitoring Plugins do you use?
Bug description
On a VM the RAM got doubled without a reboot but a manual scheduled about-me will not report the new value.
Steps to reproduce - Plugin call
/usr/lib64/nagios/plugins/about-me
Steps to reproduce - Data
about-me
Environment
AlmaLinux 8.9 (Midnight Oncilla) Kernel 4.18.0-513.18.2.el8_9.x86_64 virtualized on vmware
Plugin Version
about-me: v2023051201 by Linuxfabrik GmbH, Zurich/Switzerland
Python version
No response
List of Python modules
No response
Additional Information
psutil is correct but from the code I suspect dmidecode is used and this will only show the new value after a reboot.
The text was updated successfully, but these errors were encountered: