Folks I installed the PIA today into a new cacti install and the plugins have two issues;
cannot see the cacti interface, and broken links in the plugin interface - has the current plugin path twice in what would be the url for the tab at the top left if it were visible, ie http://192.168.1.138/cacti/plugins/clog ... hermap.gif << thats the tab url which of course is incorrect but the url for the link shows the same poor path construction. In the attached image you can see what I mean (I hope).
I installed a couple of plugins to be sure, they all exhibit the same issue. Hence I expect is some configuration issue with the PIA. Having read the config docs and checked the code and forums I am baffled. What have I overlooked?
Cacti version is Version 0.8.7b, PIA is 2.9 beta although I tried with older versions also. Any clues.
TIA
Keith
Plugins do not show the cacti interface
Moderators: Developers, Moderators
Plugins do not show the cacti interface
- Attachments
-
- ScreenShot004.jpg (92.75 KiB) Viewed 15488 times
Re: Plugins do not show the cacti interface
Problem is solved. I added some information to the 2.9 PIA global.php which thereafter caused it to work properly. Specifically:
/*
Edit this to point to the default URL of your Cacti install
ex: if your cacti install as at http://serverip/cacti/ this
would be set to /cacti/
*/
//$config['url_path'] = '/';
//define('URL_PATH', $config['/cacti/']);
$url_path = "/cacti/";
/*
Edit this to point to the default URL of your Cacti install
ex: if your cacti install as at http://serverip/cacti/ this
would be set to /cacti/
*/
//$config['url_path'] = '/';
//define('URL_PATH', $config['/cacti/']);
$url_path = "/cacti/";
Re: Plugins do not show the cacti interface
I had the same problem with cacti 0.8.7h and PIA 3.0. And like you I add the following line in the file /usr/share/cacti/config.php
Thanks
Code: Select all
$url_path = "/cacti/";
Re: Plugins do not show the cacti interface
Thank you very much for sharing!
The problem is solved!
_______________
family tree maker http://thefamilytreemaker.org/
The problem is solved!
_______________
family tree maker http://thefamilytreemaker.org/
-
- Posts: 1
- Joined: Wed Feb 18, 2015 3:45 am
Re: Plugins do not show the cacti interface
I perform an upgrade to 0.8.8 and I can see the Plugin Management menu on my left.
It contains plugins I have using with previous release.
For example, I have Realtime that is in Active state but it is not displayed near graphs.
In Settings I either don't see plugins.
It contains plugins I have using with previous release.
For example, I have Realtime that is in Active state but it is not displayed near graphs.
In Settings I either don't see plugins.
aliiii
Who is online
Users browsing this forum: No registered users and 0 guests