[solved] Holes in graphs
Moderators: Developers, Moderators
-
- Posts: 7
- Joined: Fri Mar 26, 2010 7:08 am
[solved] Holes in graphs
Hi,
I'm presently graphing around 20 Cisco Pix / ASA devices using Cacti 0.8.7e with NET-SNMP version 5.5
Some of the graphs have regular "holes" in them. I increased the SNMP timeout to 1500ms/2000ms for most of them but I'm still having the same issue.
I'm suspecting that it might have something to do with the double satellite hops that the SNMP requests have to go through to the reach the polled devices (round trip delay of around 1100ms).
But these double VSAT hops are applicable to all polled firewalls and I'm getting graph holes on only half of them.
Any similar cases or advice ?
Thx
K.
I'm presently graphing around 20 Cisco Pix / ASA devices using Cacti 0.8.7e with NET-SNMP version 5.5
Some of the graphs have regular "holes" in them. I increased the SNMP timeout to 1500ms/2000ms for most of them but I'm still having the same issue.
I'm suspecting that it might have something to do with the double satellite hops that the SNMP requests have to go through to the reach the polled devices (round trip delay of around 1100ms).
But these double VSAT hops are applicable to all polled firewalls and I'm getting graph holes on only half of them.
Any similar cases or advice ?
Thx
K.
1) http://forums.cacti.net/viewtopic.php?t=11747
2) consult the cacti.log with the logging level increased to get an idea what is going on.
3) you might need an even higher snmp timeout
2) consult the cacti.log with the logging level increased to get an idea what is going on.
3) you might need an even higher snmp timeout
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 7
- Joined: Fri Mar 26, 2010 7:08 am
Thanks for your answer.
- I increased all timeouts to 3000ms to see if it makes a difference
- Looking at the logs, I only see two errors. They are displayed every minute (my polling cycle) and I'm not sure what it means:
07/29/2010 10:59:00 AM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Issues Found: 85, Data Sources: traffic_in(DS[54]), traffic_out(DS[54]), traffic_in(DS[55]), traffic_out(DS[55]), traffic_in(DS[56]), traffic_out(DS[56]), traffic_in(DS[57]), traffic_out(DS[57]), traffic_in(DS[63]), traffic_out(DS[63]), traffic_in(DS[64]), traffic_out(DS[64]), traffic_in(DS[65]), traffic_out(DS[65]), traffic_in(DS[66]), traffic_out(DS[66]), traffic_in(DS[67]), traffic_out(DS[67]), traffic_in(DS[68]), traffic_out(DS[68]), traffic_in(DS[69]), Additional Issues Remain. Only showing first 20
07/29/2010 10:59:00 AM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '60' seconds, with a maximum of a '300' second Scheduled Task, but 120 seconds have passed since the last poll!
- I increased all timeouts to 3000ms to see if it makes a difference
- Looking at the logs, I only see two errors. They are displayed every minute (my polling cycle) and I'm not sure what it means:
07/29/2010 10:59:00 AM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Issues Found: 85, Data Sources: traffic_in(DS[54]), traffic_out(DS[54]), traffic_in(DS[55]), traffic_out(DS[55]), traffic_in(DS[56]), traffic_out(DS[56]), traffic_in(DS[57]), traffic_out(DS[57]), traffic_in(DS[63]), traffic_out(DS[63]), traffic_in(DS[64]), traffic_out(DS[64]), traffic_in(DS[65]), traffic_out(DS[65]), traffic_in(DS[66]), traffic_out(DS[66]), traffic_in(DS[67]), traffic_out(DS[67]), traffic_in(DS[68]), traffic_out(DS[68]), traffic_in(DS[69]), Additional Issues Remain. Only showing first 20
07/29/2010 10:59:00 AM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '60' seconds, with a maximum of a '300' second Scheduled Task, but 120 seconds have passed since the last poll!
Is an issue.The Poller Interval is '60' seconds, with a maximum of a '300' second Scheduled Task, but 120 seconds have passed since the last poll!
You sure the scheduled task runs every 1 min? What is the cacti cron/polling intervals set to?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
-
- Posts: 7
- Joined: Fri Mar 26, 2010 7:08 am
- TheWitness
- Developer
- Posts: 17061
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Your poller is over running and a new feature by MS is to not allow the same scheduled task to run more than 1 at a time. You have to get control of the poller timing first.
TheWitness
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?
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?
-
- Posts: 7
- Joined: Fri Mar 26, 2010 7:08 am
I've been reading most of the other posts on the subject and it seems indeed that it's a poller overrunning issue.
However, I'm not seing the scheduled tasks running multiple times. It is set to run every minute just like the Cacti cron/poller timer.
So I'm not sure exactly what to do to "get control of the poller timing". What should I check ?
However, I'm not seing the scheduled tasks running multiple times. It is set to run every minute just like the Cacti cron/poller timer.
So I'm not sure exactly what to do to "get control of the poller timing". What should I check ?
Check the scheduled task log file -- validate it's only running every 1 min. how long does it normally run for?
Post a picture of a few graphs with holes.
Post a picture of a few graphs with holes.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
- TheWitness
- Developer
- Posts: 17061
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Increasing timeouts is one way of overrunning a poller. If you simply goto the Cacti Log and filter on "SYSTEM STATS", you should get a good idea of how long it's typically running.
I don't recommend 1 minute polling due to scalability concerns. However, I know of several installations nearing or in excess of 10k hosts that run just fine with a 5 minute interval.
TheWitness
I don't recommend 1 minute polling due to scalability concerns. However, I know of several installations nearing or in excess of 10k hosts that run just fine with a 5 minute interval.
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?
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?
-
- Posts: 7
- Joined: Fri Mar 26, 2010 7:08 am
Who is online
Users browsing this forum: No registered users and 0 guests