Check_drivespace question

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.
kwhogster
Posts: 644
Joined: Wed Oct 14, 2015 6:51 pm
Location: Wood Ridge NJ USA
Contact:

Re: Check_drivespace question

Post by kwhogster »

Still no response from them


Still looking for the answer on this one.

Thank you
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: Check_drivespace question

Post by npolovenko »

@kwhogster, Have you opened a new issue on the NSClients GitHub page?
https://github.com/mickem/nscp/issues/new
Unfortunately, we don't have control over how fast they respond.

As a temporary workaround, you could create a shell script that would run this command and cut the output to show one drive only.
/usr/lib64/nagios/plugins/check_nrpe -A /usr/local/nagios/certs/ca/anakin-ca.crt -C /usr/local/nagios/certs/nagios_server/nagios_server.crt -K /usr/local/nagios/certs/nagios_server/nagios_server.key -2 -P 8192 -H brandy -t 30 -c check_drivesize -a drive=all-volumes detail-syntax='{${name} ${drive}${free_pct}% free / ${size} total}' top-syntax='${status}: ${problem_list}'
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked