Traffic Input and Output in MBytes

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
ednaldojta
Posts: 103
Joined: Tue Apr 07, 2015 7:52 am

Re: Traffic Input and Output in MBytes

Post by ednaldojta »

Good Morning,
I'm CentOS 7.x (Release)
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Traffic Input and Output in MBytes

Post by tgriep »

If the device you want to monitor bandwidth has SNMP enabled on it, you can use Nagios XI's Network switch / router wizard to monitor the interface status and bandwidth for that device.
Is that what you are looking for?
What is the device you are trying to monitor?
Be sure to check out our Knowledgebase for helpful articles and solutions!
ednaldojta
Posts: 103
Joined: Tue Apr 07, 2015 7:52 am

Re: Traffic Input and Output in MBytes

Post by ednaldojta »

A server even!
I wanted to know the input and output, as well as the Plugin "Check_net_win_usage" does.
However, for Linux
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Traffic Input and Output in MBytes

Post by tgriep »

Yes, you can use the Network Switch / Router wizards against Linux and Windows system as long as they have SNMP enabled correctly, it should work.

I am not familiar with the Check_net_win_usage plugin, can you post it or a link to it so I can see what it does?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Traffic Input and Output in MBytes

Post by tgriep »

The Network Switch / Router wizard will give you the same results as that plugin.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ednaldojta
Posts: 103
Joined: Tue Apr 07, 2015 7:52 am

Re: Traffic Input and Output in MBytes

Post by ednaldojta »

As the image in this field by, I put the name of the interface?
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Traffic Input and Output in MBytes

Post by rkennedy »

No, this is the port that your device is using for SNMP.

Does your machine have SNMP enabled?
Former Nagios Employee
ednaldojta
Posts: 103
Joined: Tue Apr 07, 2015 7:52 am

Re: Traffic Input and Output in MBytes

Post by ednaldojta »

It appeared this!
You do not have the required permissions to view the files attached to this post.
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Traffic Input and Output in MBytes

Post by bwallace »

- Is SNMP enabled on the server? to find out, run service snmpd status
- Try snmpwalk from Nagios XI server:
snmpwalk -v 2c -c public <client ip>
Was the walk successful?
- check what snmp packages you have installed on the remote box. Run the following command, and show us the output:
yum list installed | grep snmp
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked