check_nrep 3.2.0 how eliminate used% perfdata

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
emi65
Posts: 119
Joined: Fri Aug 17, 2012 3:41 am

check_nrep 3.2.0 how eliminate used% perfdata

Post by emi65 »

Here my comand

check_nrpe -H 10.205.143.15 -c CheckDriveSize -a ShowAll=long Drive=S:\\archivegroups01\\archive2
WARNING warning(S:\archivegroups01\archive2: Total: 2.881TB - Used: 2.51TB (88%) - Free: 379.87GB (12%))|'S:\archivegroups01\archive2 used'=2.50976TB;2.30458;2.59266;0;2.88073 'S:\archivegroups01\archive2 used %'=87%;80;90;0;100

from the output I like to eliminate the "used %'=87%;80;90;0;100"
Is the an option to delete this perfdata from comand output ?

Thanks
Emilio
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: check_nrep 3.2.0 how eliminate used% perfdata

Post by mcapra »

This actually has less to do with check_nrpe and more to do with the CheckDriveSize command for NSClient++.

You can change performance data related items, which is everything that follows the | character in Nagios output, by leveraging the perf-syntax argument. Specifically, by manipulating where used_pct is located (or not located) in your performance data syntax.

See the links provided for more information about each item.
Former Nagios employee
https://www.mcapra.com/
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: check_nrep 3.2.0 how eliminate used% perfdata

Post by tmcdonald »

Thanks for the assist, @mcapra!
Former Nagios employee
Locked