memory performance graph

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: memory performance graph

Post by jdalrymple »

So as my test indicates, moving to nsclient++ will offer you the data you want.

Obviously this will require some retooling in your environment that you may not want to do, however it should be noted that SNMP will no longer be an option for Windows come version 2012 anyway:

https://technet.microsoft.com/en-us/library/hh831568

The only other alternative I readily see is to change the check_snmp plugin code and recompile.
murawweh.daher
Posts: 66
Joined: Wed Sep 02, 2015 2:02 pm
Location: Ramallah - West Bank
Contact:

Re: memory performance graph

Post by murawweh.daher »

i run nrpe and result as below, is there any thing missing? the value didn't displayed in percentage.
is there customized plugin without need to install the agent?.

/usr/local/nagios/libexec/check_nrpe -H nnmi -t 180 -c checkmem -a MaxWarn=95% MaxCrit=98%
OUTPUT: OK memory within bounds.
Regards,
Murawweh Daher
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: memory performance graph

Post by lmiltchev »

i run nrpe and result as below, is there any thing missing? the value didn't displayed in percentage.
is there customized plugin without need to install the agent?.
What is the version of the NSClient++ agent that you are currently using? My check shows % as expected.

Code: Select all

[root@testbox libexec]# /usr/local/nagios/libexec/check_nt -H <client ip> -s <password> -p 12489 -v CLIENTVERSION
NSClient++ 0.4.3.143 2015-04-29

[root@testbox libexec]# /usr/local/nagios/libexec/check_nrpe -H <client ip> -t 180 -c checkmem -a MaxWarn=95% MaxCrit=98%
OK: committed: Total: 31.914GB - Used: 7.844GB (24%) - Free: 24.07GB (75%), physical: Total: 15.958GB - Used: 7.118GB (44%) - Free: 8.84GB (55%)|'committed'=7.84401GB;30.31836;31.27578;0;31.91406 'committed %'=24%;94;97;0;100 'physical'=7.1183GB;15.16001;15.63875;0;15.9579 'physical %'=44%;95;97;0;100
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked