Not getting any output of Bandwidth
-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Not getting any output of Bandwidth
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.
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
The bottom picture shows in and out...
-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Re: Not getting any output of Bandwidth
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
Is there traffic on this interface?
Can you show us the command for this service?
Configure -> CCM -> Services -> Modify
Can you show us the command for this service?
Configure -> CCM -> Services -> Modify
-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Re: Not getting any output of Bandwidth
Hi,
PFA having screenshot of modification
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
This is a completely different interface than you showed before.
Are you getting the same results for all interfaces?
Are you getting the same results for all interfaces?
-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Re: Not getting any output of Bandwidth
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
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-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Re: Not getting any output of Bandwidth
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
[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
run the following to find the path to 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
yum install mlocate -y
update db
locate RRDs.pmCode: Select all
LibAdd: /opt/rrdtool-1.4.4/lib/perl/5.10.1