NSclient++ 0.3 - disk information

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
gera83
Posts: 1
Joined: Wed Jan 03, 2018 4:43 pm

NSclient++ 0.3 - disk information

Post 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!
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: NSclient++ 0.3 - disk information

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked