Hey guys,
I'd love to get this going, but I'm not a programmer and I have no clue where to start.
Cacti Version 0.8.7b
Cacti OS win32
SNMP Version net-snmp
RRDTool Version RRDTool 1.2.x
PHP Version 5.2.5
I'm having a problem where when I click on the realtime icon next to my graph, I get the pop up window with the image icon. The icon changes from solid to broken and I never see a graph.
I right clicked on the image icon and got this:
http://10.6.184.106/cacti/plugins/realt ... ds_step=15
The graph id is correct and it's the built in graph template for traffic/bytes with bandwidth.
I ran poller_rt.php from the command line and got:
D:\cacti8.7b\plugins\realtime>php poller_rt.php
PHP Warning: include(include/global.php): failed to open stream: No such file or directory in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 27
PHP Warning: include(): Failed opening 'include/global.php' for inclusion (include_path='.;C:\php5\pear') in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 27
PHP Notice: Undefined variable: config in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 28
PHP Warning: include_once(/lib/poller.php): failed to open stream: No such file or directory in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 28
PHP Warning: include_once(): Failed opening '/lib/poller.php' for inclusion (include_path='.;C:\php5\pear') in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 28
PHP Notice: Undefined variable: config in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 29
PHP Warning: include_once(/lib/data_query.php): failed to open stream: No such file or directory in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 29
PHP Warning: include_once(): Failed opening '/lib/data_query.php' for inclusion (include_path='.;C:\php5\pear') in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 29
PHP Notice: Undefined variable: config in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 30
PHP Warning: include_once(/lib/graph_export.php): failed to open stream: No such file or directory in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 30
PHP Warning: include_once(): Failed opening '/lib/graph_export.php' for inclusion (include_path='.;C:\php5\pear') in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 30
PHP Notice: Undefined variable: config in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 31
PHP Warning: include_once(/lib/rrd.php): failed to open stream: No such file or directory in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 31
PHP Warning: include_once(): Failed opening '/lib/rrd.php' for inclusion (include_path='.;C:\php5\pear') in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 31
ERROR: No --graph=ID specified
PHP Fatal error: Call to undefined function db_fetch_cell() in D:\cacti8.7b\plugins\realtime\poller_rt.php on line 147
My cacti lives at
http://hostname/cacti and I have this in my global.php:
$config['url_path'] = '/cacti/';
I imported the .sql file after placing the realtime directory in plugins and enabling it in global.php because the table for poller_output_rt didn't exist/wasn't created I guess.
Any ideas?
Thanks,
Bob