check_ifutil.pl For Monitoring Band Widht How To Use It ??

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
mohsin2011
Posts: 63
Joined: Fri Sep 09, 2011 1:14 am

check_ifutil.pl For Monitoring Band Widht How To Use It ??

Post by mohsin2011 »

Hi,

i am using check_ifutil.pl to Collects network interface traffic stats and calculates bandwidth utilization. i have successfully added this plugin in my nagios xi but i am unable to watch where it is calculating the bandwidth ?
Can any one please help me how to watch this plugin working Hopes for your suggestions

Regards,
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: check_ifutil.pl For Monitoring Band Widht How To Use It

Post by lmiltchev »

Usually, when you install a plugin, it is in your "/usr/local/nagios/libexec" directory. Try:

Code: Select all

# cd /usr/local/nagios/libexec
# ./check_ifutil.pl -h
This is a "help" (-h) option. It should list various options and uses of the plugin.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked