Hello,
I'm using the built-in memory check command for linux ($USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c check_mem -a '-w 20 -c 10') and I'm getting the following service response: WARNING - 1378 / 1877 MB (%) Free Memory, Used: 499 MB, Shared: 0 MB, Buffers: 70 MB, Cached: 237 MB
My linux knowledge is not the best, however I don't think I should be seeing a warning here. If I'm reading this correctly it looks like I have 73% free memory, which shouldn't cause a warning.
I'm running CentOS 6.3
Thanks for any help you can give me.
Ryan
Memory Check Question
-
ryan_breneman
- Posts: 22
- Joined: Mon Nov 19, 2012 3:50 pm
- Location: Lancaster, PA
Re: Memory Check Question
Run on the client machine:
or
depending on the distro.
Hope this helps.
Code: Select all
yum install dc -yCode: Select all
sudo apt-get install dcHope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
ryan_breneman
- Posts: 22
- Joined: Mon Nov 19, 2012 3:50 pm
- Location: Lancaster, PA
Re: Memory Check Question
When running the yum command I get:
When running the apt-get command I get:
Code: Select all
[root@concertosign ~]# yum install dc -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.lga7.us.voxel.net
* epel: mirror.es.its.nyu.edu
* extras: mirrors.einstein.yu.edu
* updates: mirror.es.its.nyu.edu
Setting up Install Process
No package dc available.
Code: Select all
[root@concertosign ~]# sudo apt-get install dc
sudo: apt-get: command not found
Re: Memory Check Question
I am sorry, try:
Code: Select all
yum install bc -yBe sure to check out our Knowledgebase for helpful articles and solutions!
-
ryan_breneman
- Posts: 22
- Joined: Mon Nov 19, 2012 3:50 pm
- Location: Lancaster, PA
Re: Memory Check Question
Awesome! Now I'm seeing
OK - 1375 / 1877 MB (73%) Free Memory, Used: 502 MB, Shared: 0 MB, Buffers: 71 MB, Cached: 239 MB
Thanks so much!
OK - 1375 / 1877 MB (73%) Free Memory, Used: 502 MB, Shared: 0 MB, Buffers: 71 MB, Cached: 239 MB
Thanks so much!
Re: Memory Check Question
I'm glad I could help! 
Be sure to check out our Knowledgebase for helpful articles and solutions!