I'm using cacti-0.8.7e with PA-v2.5 on ubuntu 9.04
- installed the PA with the pre patched files
- imports pa.sql
- set $config['url_path'] = '/cacti/'
- add the plugins to global.php:
Code: Select all
$plugins = array();
$plugins[] = 'thold';
$plugins[] = 'tools';
$plugins[] = 'settings';
$plugins[] = 'monitor';
But I don't get "Plugin management" link under the console or Plugin Tabs. Also i can't check the "plugin management" in the user managment.
No errors in apache2 error.log or in cacti log file
But the Network Tool Plugin ist still working!???
Any ideas what i can do??
Regards