Please find attached the latest version of Realtime. This version has just a few nice fixes.
Enjoy!!-feature: make compatible with PIA2.x
-feature: make the plugin auto upgrade
-bug: increate window size by 10 pixels
TheWitness
Moderators: Developers, Moderators
Enjoy!!-feature: make compatible with PIA2.x
-feature: make the plugin auto upgrade
-bug: increate window size by 10 pixels
Cacti Version - 0.8.7d
Plugin Architecture - 2.4
Poller Type - Cactid v
Server Info - FreeBSD 7.0-RELEASE
Web Server - Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 PHP/5.2.5 with Suhosin-Patch
PHP - 5.2.5
PHP Extensions - session, Reflection, date, libxml, apache2handler, bz2, ctype, pcre, SimpleXML, SPL, dom, fileinfo, filter, ftp, hash, iconv, json, PDO, pdo_sqlite, posix, standard, SQLite, tokenizer, xml, xmlreader, xmlwriter, gd, openssl, pdf, zlib, mcrypt, mbstring, mysqli, mysql, sockets, snmp, gettext, sysvsem, sysvshm
MySQL - 5.1.24-rc
RRDTool - 1.3.5
SNMP - 5.4.1
Plugins
- Poller Performance Report (pollperf - v0.1)
RRD File Cleaner (RRD Cleaner - v0.36)
Host Info (hostinfo - v0.2)
Large Site Performane Booster for Cacti (boost - v2.1)
Update Checker (update - v0.4)
Cacti Log View (CLog - v1.1)
Thresholds (thold - v0.4)
Global Plugin Settings (settings - v0.5)
Realtime Graph Viewer (realtime - v0.36)
Insure Realtime is not in global.php and make sure you also "Install" and "Enable" the plugin.whizzer929 wrote:I don't get the Misc tab in Settings with this version. Ver 34 mostly worked, but I could never get past a permissions problem, but the Misc tab and realtime icon appeared.
Cacti Version 0.8.7d
Cacti OS unix - Fedora 10
SNMP Version NET-SNMP version: 5.4.2.1
RRDTool Version RRDTool 1.2.x
PHP Version 5.2.6
MySQL Version 5.0.67
Code: Select all
ERROR: opening '/home/httpd/html/cacti2/rra/rt/realtime_1143_5.rrd': No such file or directory
Code: Select all
03/24/2009 08:49:52 AM - CMDPHP: Poller[0] ERROR: SQL Assoc Failed!, Error:'1267', SQL:"SELECT poller_output_rt.output, poller_output_rt.time, poller_output_rt.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num FROM (poller_output_rt,poller_item) WHERE (poller_output_rt.local_data_id=poller_item.local_data_id AND poller_output_rt.rrd_name=poller_item.rrd_name) AND poller_output_rt.poller_id = 62729"
Code: Select all
show table status ;
| Name | Engine | .... | Collation | .... etc
| poller_output | MyISAM | .... | latin1_general_ci | ...
| poller_output_rt | MyISAM | .... | latin1_swedish_ci | ...
| poller_reindex | MyISAM | .... | latin1_general_ci | ...
Code: Select all
mysql> alter table poller_output_rt CONVERT TO CHARACTER SET latin1 collate latin1_general_ci ;
Users browsing this forum: No registered users and 0 guests