How to tweak the metrics for number of files?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: How to tweak the metrics for number of files?

Post by lmiltchev »

Try using the "-2" in your command to see if this is going to fix your issue:

Example:

Code: Select all

/usr/local/nagios/libexec/check_nrpe -H 192.168.101.141 -2 -c check_count -a 'p C:\Test -r -w 3 -c 6'
From the plugin's usage (help menu):
-2, --v2-packets-only Only use version 2 packets, not version 3
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked