problem with network I/o

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
barath
Posts: 1
Joined: Wed May 30, 2018 4:50 am

problem with network I/o

Post by barath »

I tried to run this plugin below plugin
./check_iftraffic64.pl -H 192.68.2.1 -C public -i 5 -B -b 100 -u m --32bit
it is not showing anything ,not even error also
is there any mistake in my command please reply
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: problem with network I/o

Post by scottwilkerson »

Does interface "5" exist? What if you run this

Code: Select all

./check_iftraffic64.pl -H 192.68.2.1 -C public -i 5 -B -b 100 -u m --32bit -d 4
Also are you sure you have the right IP, community string, and SNMP is enabled ion this server?

Also, maybe you need to add the version..

What if you run this? Do you get anything back?

Code: Select all

./check_iftraffic64.pl -H 192.68.2.1 -C public
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked