Problems with Host Performance Graphs and Bandwidth

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
David.adder
Posts: 74
Joined: Thu Jan 17, 2013 8:44 am
Location: Spain

Re: Problems with Host Performance Graphs and Bandwidth

Post by David.adder »

Hi slansing,

Do you need that .cfg file complete? There are many public address from our clients. If you need, can I send you at private message?

Thank you!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Problems with Host Performance Graphs and Bandwidth

Post by slansing »

Sure a PM would be fine, I will review it and get back to you.
David.adder
Posts: 74
Joined: Thu Jan 17, 2013 8:44 am
Location: Spain

Re: Problems with Host Performance Graphs and Bandwidth

Post by David.adder »

I sent you a PM
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Problems with Host Performance Graphs and Bandwidth

Post by slansing »

I got the file thank you, one question, are the errors you are receiving only on the

Code: Select all

172.18.11.254
Addressed Device? What type of device is this.
David.adder
Posts: 74
Joined: Thu Jan 17, 2013 8:44 am
Location: Spain

Re: Problems with Host Performance Graphs and Bandwidth

Post by David.adder »

That Device is a Switch. It is not the only host from we get the problems drawing the Bandwidth

Did you see anything wrong there?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Problems with Host Performance Graphs and Bandwidth

Post by slansing »

I'm not seeing what I was looking for "duplicate entries." Have you verified that the system time is up to date?
David.adder
Posts: 74
Joined: Thu Jan 17, 2013 8:44 am
Location: Spain

Re: Problems with Host Performance Graphs and Bandwidth

Post by David.adder »

Sure! I already did it
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Problems with Host Performance Graphs and Bandwidth

Post by scottwilkerson »

Can you run the full mrtg command from the command line and report any errors

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
David.adder
Posts: 74
Joined: Thu Jan 17, 2013 8:44 am
Location: Spain

Re: Problems with Host Performance Graphs and Bandwidth

Post by David.adder »

Hi Scott,

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg --lock-file /var/lock/mrtg/mrtg_l --confcache-file /var/lib/mrtg/mrtg.ok
2013-02-05 09:06:09: ERROR: I guess another mrtg is running. A lockfile (/var/lock/mrtg/mrtg_l) aged
67 seconds is hanging around. If you are sure that no other mrtg
is running you can remove the lockfile
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Problems with Host Performance Graphs and Bandwidth

Post by lmiltchev »

Can you run only this in the command line?

Code: Select all

LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg
Note: This command shouldn't produce any output, unless there are some errors.

Also, is your system under a heavy load? Can you run the following command and post the output?

Code: Select all

top
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked