LINUXHEALTH memory check issues.
Hello,
I followed the guide located at :
http://help.serverscheck.net/monitoring_software/7/UNIX-Linux.html
the software was compiled on an Ubuntu 8.10.
The sofware seems to respond well except for the memory usage. Linux uses all memory available even if its not being used by applications, thus serverscheck reports all memory being used when in fact it is not.
I see that "free" is being used to fetch the memory usage on the server.c file. Would modifying "free" to "free |grep buffer" give out the correct memory usage ?
I followed the guide located at :
http://help.serverscheck.net/monitoring_software/7/UNIX-Linux.html
the software was compiled on an Ubuntu 8.10.
The sofware seems to respond well except for the memory usage. Linux uses all memory available even if its not being used by applications, thus serverscheck reports all memory being used when in fact it is not.
I see that "free" is being used to fetch the memory usage on the server.c file. Would modifying "free" to "free |grep buffer" give out the correct memory usage ?
This discussion has been closed.
Comments