Handy Repopulate Poller Cache Script
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Handy Repopulate Poller Cache Script
Hi,
I was asked to write a quick and dirty rebuild poller cache script and I tought I would share it for the rest of the community.
To use, extract to the <cacti_webroot> directory
type "php rebuild_poller_cache.php"
Watch it go.
TheWitness
I was asked to write a quick and dirty rebuild poller cache script and I tought I would share it for the rest of the community.
To use, extract to the <cacti_webroot> directory
type "php rebuild_poller_cache.php"
Watch it go.
TheWitness
- Attachments
-
- rebuild_poller_cache.zip
- (1.19 KiB) Downloaded 13517 times
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?
Ok, I have been waiting, now is the time to ask:
What is the poller cache?
When would you want to clear your poller cache?
What is the down side to clearing poller cache?
Doesn't poller cache rebuild automagically next run?
Why would a person want to rebuild poller cache manually via this script?
Sorry, as you can see, poller cache is a complete poller mystery to me!
What is the poller cache?
When would you want to clear your poller cache?
What is the down side to clearing poller cache?
Doesn't poller cache rebuild automagically next run?
Why would a person want to rebuild poller cache manually via this script?
Sorry, as you can see, poller cache is a complete poller mystery to me!
Thank you,
Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
Ernie
http://www.NMSWorld.com
[b]Dual Zeon Dual Core 2.6Ghz / 8GB RAM / 4x15k RPM SATA RAID5[/b]
[b]Cacti Version[/b] - 0.8.7b
[b]Poller Type[/b] - cactid 0.8.7 with Boost v1.7
[b]Server Info[/b] - FreeBSD 7.0-RELEASE
[b]Web Server[/b] - Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 mod_perl/2.0.3 Perl/v5.8.8
[b]PHP[/b] - 5.2.6
[b]MySQL[/b] - 5.0.51b Mod: poller_output ENGINE = MEMORY
[b]RRDTool[/b] - 1.3.0
[b]SNMP[/b] - 5.4.1
[b]Plugins[/b] - Host Info (hostinfo - v0.2), Update Checker (update - v0.3), Network Tools (tools - v0.2), FlowView (flowview - v0.3), Read-only Devices Tab (devices - v0.4), Network Discovery (discovery - v0.8.3), Syslog Monitoring (syslog - v0.5.2), Thresholds (thold - v0.3.9), Device Monitoring (monitor - v0.8.2), PHP Network Weathermap (weathermap - v0.941), SuperLinks (superlinks - v0.72), Report Creator (reports - v0.1b)
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
The poller_cache is (aka poller_item table) a intermediary location for all data source items. Since a data source is made from several database components in 0.8.6x, it made sense to speed up the polling to place that information in a static file to increase poller performance.What is the poller cache?
There are a few things that don't have inheritance when you change them, like "Data Input Methods". If you were to say change one and then want all of your Data Sources (aka Poller_items aka Poller_cache) to be updated with the changes, you would have to "update"/"reload" we are going to change the name, the poller_cache.When would you want to clear your poller cache?
It just takes lot's of time when you have 20k data sources. You should always attempt to clear between polling cycles to avoid gaps in your graphs. Another downside is that if you have damaged a template and then subsequentyly cleared your poller cache, items may no longer graph.What is the down side to clearing poller cache?
Best advice is good advice, back up your environment regularly.
No, it updates on a host by host basis when you edit it, a data template/data source/graph/graph template, when you edit them.Doesn't poller cache rebuild automagically next run?
So you can watch it prgress instead of looking at your blank web page. We should do something more animated in the web space, I know. Besides, a user asked me to write it an I thought the community might benefit.Why would a person want to rebuild poller cache manually via this script?
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?
- rony
- Developer/Forum Admin
- Posts: 6022
- Joined: Mon Nov 17, 2003 6:35 pm
- Location: Michigan, USA
- Contact:
Now included in 0.8.6h.
[size=117][i][b]Tony Roman[/b][/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
[size=84][i]Experience is what causes a person to make new mistakes instead of old ones.[/i][/size]
[size=84][i]There are only 3 way to complete a project: Good, Fast or Cheap, pick two.[/i][/size]
[size=84][i]With age comes wisdom, what you choose to do with it determines whether or not you are wise.[/i][/size]
-
- Cacti User
- Posts: 97
- Joined: Thu Mar 24, 2005 4:59 am
- Location: Brussels, Belgium
Witness,
Due to the fact that I have a device on which interfaces appear and dissapear (virtual interfaces on a Nortel VPN Router), I have to 'Reload Data Query' regularly to get the graphs going. Would this script do the same thing automatically ? I guess it would be easily adapted to only reload the cache for this device without touching that of all other devices...
Thanks in advance !
Due to the fact that I have a device on which interfaces appear and dissapear (virtual interfaces on a Nortel VPN Router), I have to 'Reload Data Query' regularly to get the graphs going. Would this script do the same thing automatically ? I guess it would be easily adapted to only reload the cache for this device without touching that of all other devices...
Thanks in advance !
[size=75][color=#EE5019]| Cacti 0.8.6g | MySQL 4.1.14 w Query Cache | Net-SNMP 5.2.1 | IIS 6 | fast-cgi | PHP 5.0.3 | RRDtool 1.2.9 | Windows 2003 Server SP1 | Cactid 0.8.6f |
| Dell 2450 - 2x P3 733 MHz, 1GB RAM |[/size][/color]
| Dell 2450 - 2x P3 733 MHz, 1GB RAM |[/size][/color]
- TheWitness
- Developer
- Posts: 17047
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Cron it and it then becomes automatic.
TheWitnes
TheWitnes
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: 1
- Joined: Mon Oct 08, 2007 11:10 am
There is a cli script that can recheck a host for changes/new interfaces on polled devices: poller_reindex_hosts.phpcrasis_prefect wrote:Would this script query all the routers I'm monitoring to see if any new interfaces have been added to device? I've been trying to find out how cacti handles that.
That is in the <cacti_root>/cli/ directory.
If interface indexes have changed as the result of a change on the device itself, that will pick them up, but, that does not automatically add any new graphs for those new interfaces.
If you only have one or two devices that you know have changed, then it's almost easier to just go to the device form, go the 'create graphs for this device page' click the green circle to have it poll and re-index the device, and the new interfaces will show up, and then you can add any additional graphs needed.
At some point I was hoping I could get around to setting up and catching device change SNMP traps, and then have that launch a script that reindexed the device, then automatically added graphs if new interfaces met some specific requirements (I don't always graph all interfaces on a device), but, I just have never gotten around to it.
I'd really like to see Cacti do re-indexing automatically - maybe a certain number of devices per hour/day/whatever time-frame, then having it tell me somewhere in the management interface of 'new' or 'changed' interfaces on devices, and then giving me the option of creating/deleting/changing graphs at that time.
-
- Posts: 9
- Joined: Mon Jul 05, 2010 10:17 am
hello guys i know it is an old post but i have the same issue i coudn't graph in cacti after figure it out with help i know it is my poller is quite massive i tried the rebuild command in cli but i got a message error Cannot connect to Mysql server on localhost ... specify a valid Mysql database in include/config.php. I looked everywhere how to do it without success
thank you for your help
thank you for your help
Re: Handy Repopulate Poller Cache Script
I have 4 hosts
3 of them is Windows. One of them linux localhost.
I try to monitor CPU,MEM and Disk Usages of windows server.
So I haveatleast 3x3=12 rrd filesfow windows server (dependshow many drives such as C, D and E) and 5 linux localhost rrd files.
But altough I rebuild poller cache manually or by using CLI script, still i cant see my Disk usage rrd files.
What is the problem?
I mean:
Sorry for next posts.. Acidentall pushing. I couldnt delete them
3 of them is Windows. One of them linux localhost.
I try to monitor CPU,MEM and Disk Usages of windows server.
So I haveatleast 3x3=12 rrd filesfow windows server (dependshow many drives such as C, D and E) and 5 linux localhost rrd files.
But altough I rebuild poller cache manually or by using CLI script, still i cant see my Disk usage rrd files.
What is the problem?
I mean:
But actually 3 polling item for this host. Why spien cant see third items?08/22/2011 01:35:08 PM - SPINE: Poller[0] NOTE: Spine is behaving in a 0.8.7g manner
08/22/2011 01:35:08 PM - SPINE: Poller[0] Host[2] TH[1] NOTE: There are '2' Polling Items for this Host
08/22/2011 01:35:08 PM - SPINE: Poller[0] Host[2] TH[1] DS[8] SCRIPT: /usr/bin/perl -wU /var/www/cacti/scripts/nt_cpu.pl 10.1.1.24, output: 1
Name "main::UID" used only once: possible typo at /var/www/cacti/scripts/nt_memuse.pl line 3.
Name "main::EUID" used only once: possible typo at /var/www/cacti/scripts/nt_memuse.pl line 3.
08/22/2011 01:35:08 PM - SPINE: Poller[0] Host[2] TH[1] DS[16] SCRIPT: /usr/bin/perl -wU /var/www/cacti/scripts/nt_memuse.pl 10.1.1.24, output: total:869.98 used:469.38
08/22/2011 01:35:08 PM - SPINE: Poller[0] Time: 0.2587 s, Threads: 1, Hosts: 2
Sorry for next posts.. Acidentall pushing. I couldnt delete them
Last edited by TFC on Mon Aug 22, 2011 5:38 am, edited 2 times in total.
Re: Handy Repopulate Poller Cache Script
I have 4 hosts
3 of them is Windows. One of them linux localhost.
I try to monitor CPU,MEM and Disk Usages of windows server.
So I haveatleast 3x3=12 rrd filesfow windows server (dependshow many drives such as C, D and E) and 5 linux localhost rrd files.
But altough I rebuild poller cache manually or by using CLI script, still i cant see my Disk usage rrd files.
What is the problem?
3 of them is Windows. One of them linux localhost.
I try to monitor CPU,MEM and Disk Usages of windows server.
So I haveatleast 3x3=12 rrd filesfow windows server (dependshow many drives such as C, D and E) and 5 linux localhost rrd files.
But altough I rebuild poller cache manually or by using CLI script, still i cant see my Disk usage rrd files.
What is the problem?
Re: Handy Repopulate Poller Cache Script
I have 4 hosts
3 of them is Windows. One of them linux localhost.
I try to monitor CPU,MEM and Disk Usages of windows server.
So I haveatleast 3x3=12 rrd filesfow windows server (dependshow many drives such as C, D and E) and 5 linux localhost rrd files.
But altough I rebuild poller cache manually or by using CLI script, still i cant see my Disk usage rrd files.
What is the problem?
3 of them is Windows. One of them linux localhost.
I try to monitor CPU,MEM and Disk Usages of windows server.
So I haveatleast 3x3=12 rrd filesfow windows server (dependshow many drives such as C, D and E) and 5 linux localhost rrd files.
But altough I rebuild poller cache manually or by using CLI script, still i cant see my Disk usage rrd files.
What is the problem?
Re: Handy Repopulate Poller Cache Script
bash-3.2$ php rebuild_poller_cache.php
PHP Fatal error: Call to undefined function db_execute() in /var/www/cacti/rebuild_poller_cache.php on line 44
I got this issue. any ideas?
PHP Fatal error: Call to undefined function db_execute() in /var/www/cacti/rebuild_poller_cache.php on line 44
I got this issue. any ideas?
Thanks
Edu
Edu
-
- Posts: 35
- Joined: Tue Feb 15, 2011 4:51 am
Re: Handy Repopulate Poller Cache Script
Hi,
I am running cacti in windows 2003. "Rebuild Poller Cache", "View SNMP Cache" and "View Poller Cache" option showing in systemutility however, "clear poller cache" is not showing.
Please advise.
Thanks a ton in advance.
--Jit
I am running cacti in windows 2003. "Rebuild Poller Cache", "View SNMP Cache" and "View Poller Cache" option showing in systemutility however, "clear poller cache" is not showing.
Please advise.
Thanks a ton in advance.
--Jit
Who is online
Users browsing this forum: No registered users and 1 guest