"Holes" in graphs; Graphs are choppy

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
Sgurd
Posts: 15
Joined: Mon Nov 12, 2007 10:45 am

"Holes" in graphs; Graphs are choppy

Post by Sgurd »

I'm new to cacti and not sure how to describe this annoyance, so here's a pic:

Image

All of my graphs look like this, but the "holes" or misses are not always at the same times.

Is cacti failing to poll the devices at these times?

I'm running 8.6.j on Ubuntu 7.10 server. 2GHz processor, 1Gig of RAM.
Was running an earlier version of cacti before and not having this problem.

Thoughts? - JD
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

What poller type "cmd.php" or "cactid"?

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Sgurd
Posts: 15
Joined: Mon Nov 12, 2007 10:45 am

Post by Sgurd »

TheWitness wrote:What poller type "cmd.php" or "cactid"?
Crontab says 'poller.php'. I haven't install cactid.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Please review/post your log around these times. Could be that you need to increase snmp timeout value.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Sgurd
Posts: 15
Joined: Mon Nov 12, 2007 10:45 am

Post by Sgurd »

TheWitness wrote:Please review/post your log around these times. Could be that you need to increase snmp timeout value.
There's an awful lot of this in the logs:

Code: Select all

11/12/2007 12:00:17 PM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (1261, 'traffic_out', '2007-11-12 12:00:17', '2270392489')"
11/12/2007 12:00:17 PM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (1262, 'traffic_in', '2007-11-12 12:00:17', '1150413214')"
11/12/2007 12:00:17 PM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (1262, 'traffic_out', '2007-11-12 12:00:17', '3327526894')"
11/12/2007 12:00:17 PM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (1263, 'traffic_in', '2007-11-12 12:00:17', '1439547528')"
11/12/2007 12:00:17 PM - CMDPHP: Poller[0] ERROR: SQL Exec Failed "insert into poller_output (local_data_id, rrd_name, time, output) values (1263, 'traffic_out', '2007-11-12 12:00:17', '1345312266')"
. . . every time the poller runs. Can't say I know what that means exactly.

Thanks for you replies so far.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Sounds like a double cron issue. Verify only one is set.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
gandalf
Developer
Posts: 22383
Joined: Thu Dec 02, 2004 2:46 am
Location: Muenster, Germany
Contact:

Post by gandalf »

Find the issue Larry's referring to at the second link of my signature
Reinhard
Sgurd
Posts: 15
Joined: Mon Nov 12, 2007 10:45 am

Post by Sgurd »

TheWitness wrote:Sounds like a double cron issue. Verify only one is set.
I checked the crontabs for myself, root, and cacti. Cacti was the only user w/ anything set.

Is there something else I can check? Or more info. that would help?
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Maybe mysql connections? Or, maybe mysql is rebooting. You should look for some error messages there. I found a problem the other day with Key Cache above 4GBytes.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Sgurd
Posts: 15
Joined: Mon Nov 12, 2007 10:45 am

Post by Sgurd »

Well, I started using cactid yesterday around 4pm and haven't had any problems since.

Thanks for all of the replies.
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests