Graph Poller Times.

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

byrons
Posts: 17
Joined: Thu Jan 27, 2005 6:30 am
Contact:

Post by byrons »

Cheers for that, added it to the main post incase anyone didn't bother reading the thread :)
pvd
Posts: 30
Joined: Sat Aug 09, 2003 3:02 pm

poller time for 086f

Post by pvd »

I just upgraded to 0.8.6-f and I noticed that the poller.php has changed

its now line 182 - Here is some context to help locate it in other versions

Code: Select all

            cacti_log(sprintf("STATS: " .
                   "Time: %01.4f s, " .
                    "Method: %s, " .
                    "Processes: %s, " .
                     "Threads: %s, " .
 ...
...
                    sizeof($polling_hosts),
                    $hosts_per_file,
                    $num_polling_items,
                    $rrds_processed),true,"SYSTEM");

                    /* Graph Polling Times */
                    $time = fopen('scripts/pollertime.txt', 'w');
                    fwrite($time, round($end-$start,4));
                  fclose($time);

      break;
Phil
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests