Not getting any output of Bandwidth

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Not getting any output of Bandwidth

Post by wiproltdwiv »

Hi,

I have configured near about 100 routers as per attached screenshot, but i am not getting bandwidth utilization, always it is showing in and out 0. i am using 64 and 128 Kbps line. Is there any changes required in configuration ? please check attached both files and do the needful.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Not getting any output of Bandwidth

Post by scottwilkerson »

The bottom picture shows in and out...
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Not getting any output of Bandwidth

Post by wiproltdwiv »

why it is not showing any value? always it is 0 only
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Not getting any output of Bandwidth

Post by scottwilkerson »

Is there traffic on this interface?

Can you show us the command for this service?
Configure -> CCM -> Services -> Modify
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Not getting any output of Bandwidth

Post by wiproltdwiv »

Hi,
PFA having screenshot of modification
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Not getting any output of Bandwidth

Post by scottwilkerson »

This is a completely different interface than you showed before.

Are you getting the same results for all interfaces?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Not getting any output of Bandwidth

Post by wiproltdwiv »

yes, near about 100 routers i have configured and for all i am getting same result
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Not getting any output of Bandwidth

Post by scottwilkerson »

lets run the following to make sure we do not have mrtg errors

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --check
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Not getting any output of Bandwidth

Post by wiproltdwiv »

getting error while run command

[root@EMSNagios1 ~]# LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --check
ERROR: could not find RRDs.pm. Use LibAdd: in mrtg.cfg to help mrtg find RRDs.pm
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Not getting any output of Bandwidth

Post by scottwilkerson »

run the following to find the path to RRDs.pm

Code: Select all

yum install mlocate -y
update db
locate RRDs.pm
then add the following toward the top of /etc/mrtg/mrtg.cfg (replacing the path with the one you found)

Code: Select all

LibAdd: /opt/rrdtool-1.4.4/lib/perl/5.10.1
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked