Page 2 of 2

Re: Nagios shows incorrect RAM usage

Posted: Wed Jan 08, 2014 12:55 pm
by abrist
Grrrrrreat! Let us know how it goes!

Re: Nagios shows incorrect RAM usage

Posted: Wed Jan 08, 2014 1:24 pm
by DiegoAnjos
Yep! It works with version 0,4,1,73 2012-12-17

Result from server:

Code: Select all

OK: physical memory: 2.09G 
But on this version, instead of NSC.ini you will find nsclient.ini
I had to run these commands so "allow arguments = true" would show up:

Code: Select all

cd C:\Program Files\NSClient++
Then...

Code: Select all

nscp settings --generate --add-defaults --load-all
It filled in nsclient.ini with all options. I changed allow arguments = false to "true".

Thanks a lot for your help!

Re: Nagios shows incorrect RAM usage

Posted: Wed Jan 08, 2014 1:37 pm
by slansing
Awesome, thanks for keeping us up to date!