Page 1 of 1

NSclient++ 0.3 - disk information

Posted: Thu Jan 04, 2018 10:15 am
by gera83
Hi guys. I installed Nsclient++ on Windows NT4. We have tons of them alive, believe or not.
Could you please tell me how to consult disk information from a Centos 6 box?

Is there a simple way to check this without installing nagios?
A standalone command (check_nt) or something?

Thank you!

Re: NSclient++ 0.3 - disk information

Posted: Thu Jan 04, 2018 3:58 pm
by npolovenko
@gera83, You could just compile the check_nt plugin without installing Nagios:
https://support.nagios.com/kb/article.php?id=569
And then pass the command to the plugin manually:

Code: Select all

./check_nt -H remote_ip -p 12345 -v USEDDISKSPACE  -d SHOWALL -l c -t 60
Something like this. Although, the exact syntax could differ as you're running a very old version of NSClient.