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
For some servers (the ones with big amount of RAM) NSClient++ reports a smaller amount of physical memory than the one installed.
This server, for example, has 36GB
But nsclient (when queried with check_nscp_api) reports only 30GB.
Note that also running check_memory from NSClient++ test mode returns the wrong amount of memory:
check_memory
L cli WARNING: WARNING: committed = 30.722GB, physical = 30.39GB
L cli Performance data: 'committed'=30.72219GB;31.99964;35.9996;0;39.999
56 'committed %'=77%;80;90;0;100 'physical'=30.38951GB;28.79964;32.3996;0;35.999
56 'physical %'=84%;80;90;0;100
For some servers (the ones with big amount of RAM) NSClient++ reports a smaller amount of physical memory than the one installed.
![image](https://user-images.githubusercontent.com/3501519/166205897-6da0dde2-e101-47d9-806e-1def4fc6fdca.png)
This server, for example, has 36GB
But nsclient (when queried with check_nscp_api) reports only 30GB.
[stefano@monitoring ~]$ '/usr/lib64/nagios/plugins/check_nscp_api' '--password' '' '-H' '' '-P' '****' '-q' 'check_memory'
check_memory WARNING: committed = 30.843GB, physical = 30.493GB | 'committed'=30.843372GB;31.999649;35.999605;0;39.999561 'committed %'=77%;80;90;0;100 'physical'=30.4934
08GB;28.799649;32.399605;0;35.999561 'physical %'=85%;80;90;0;100
If I remember correctly, when I was using check_nt it reported it correctly.
Details
The text was updated successfully, but these errors were encountered: