Search found 6 matches

by zafnz
Tue May 26, 2015 2:36 pm
Forum: Help: General
Topic: [PATCH] Unable to go to 2nd page of data queries
Replies: 4
Views: 941

Re: [PATCH] Unable to go to 2nd page of data queries

BSOD2600 wrote:looks like this has been fixed in the next release 0.8.8d per http://bugs.cacti.net/view.php?id=2490
Cheers, and lol, the patch looks almost identical to the one I wrote, same work around, same comment that it's not the best and should be refactored.
by zafnz
Sun May 24, 2015 5:27 am
Forum: Help: General
Topic: [PATCH] Unable to go to 2nd page of data queries
Replies: 4
Views: 941

Re: Unable to go to 2nd page of data queries in Create New G

Cacti, php, mysql versions? Cacti Version 0.8.8c PHP 5.5.9 MySQL 5.5.43 Further information: I note when I attempt to go to the second page of LSPs, the URL is http://server/cacti/graphs_new.php?page1=2 When I change the parameters to ?page42=2 (where 42 is the dataquery id for LSPs), it works. So ...
by zafnz
Tue May 19, 2015 10:18 pm
Forum: Help: General
Topic: [PATCH] Unable to go to 2nd page of data queries
Replies: 4
Views: 941

[PATCH] Unable to go to 2nd page of data queries

Replication steps: 1) Have host with more than one data query (eg Interfaces, and LSPs). 2) Have the list of items be large for each data query, such that they need to be multi page (eg lots of Interfaces and lots of LSPs). 3) Goto Devices page, select Device, Click "Create Graphs for this Host...
by zafnz
Thu May 07, 2015 5:59 am
Forum: Help: General
Topic: Stale Poller Data Found
Replies: 3
Views: 1076

Re: Stale Poller Data Found

Well, good news, indeed it appears the error messages aren't real (now). To be sure, I modified this line in the plugins/boost/setup.php: cacti_log("WARNING: Stale Poller Data Found! Item Time:'" . $time . "', RRD Time:'" . $last_update . "' Ignoring Value! LDI:" . $loc...
by zafnz
Tue May 05, 2015 9:44 pm
Forum: Help: General
Topic: Stale Poller Data Found
Replies: 3
Views: 1076

Re: Stale Poller Data Found

Well, I promised an update, we found a bug with our older version of mysql (5.0.51a). When the poller_output_boost table was indexed with BTREE indexes (no idea how/why they were), and the DELETE was done after writing to the RRDs, the DELETE would only delete one row at a time, instead of the expec...
by zafnz
Sun May 03, 2015 6:16 pm
Forum: Help: General
Topic: Stale Poller Data Found
Replies: 3
Views: 1076

Stale Poller Data Found

We have a slightly older version of cacti (that for reasons, can't be upgraded at this time). The system has been very stable and worked very well for us. On the 21st of May at 3:57pm, we started to see the following messages appear in the logs, at a significant rate: 04/20/2015 03:57:56 PM - BOOST:...