Hey guys,
I have installed cacti-plugin-arch v.0.8.6j, with plugin thold 3.5.2 and monitor 0.7.
I'm having a few different problems.
1. In my cacti page I see the Monitor Tab at the top but I get the message: "Table 'cacti.thold_data' doesn't exist" on the monitor page.
2.I don't have a tab for Thold at the top but I can see it in console->configuration->settings.
3.I tried to install plugin settings-0.2 but as soon as I activate settings in config.php my whole cacti html page blanks out. I can't see it until i deactivate settings 0.2 in the config.php file.
thanks in advance
J_Bucknell
Monitor and Thold plugin not working correctly.
Moderators: Developers, Moderators
-
- Posts: 2
- Joined: Wed Sep 12, 2007 12:23 pm
-
- Posts: 2
- Joined: Wed Sep 12, 2007 12:23 pm
Alright I found the problems.
In the config.php the settings plugin must be listed before thold. Like in the following:
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'thold';
$plugins[] = 'monitor';
As for not seeing the thold tab on the top. I had not given the realm rights to the admin user. I thought it was applied to the admin user by default.
As for the Monitor it got fixed automattically by fixing the 2 other problems.
In the config.php the settings plugin must be listed before thold. Like in the following:
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'thold';
$plugins[] = 'monitor';
As for not seeing the thold tab on the top. I had not given the realm rights to the admin user. I thought it was applied to the admin user by default.
As for the Monitor it got fixed automattically by fixing the 2 other problems.
Who is online
Users browsing this forum: No registered users and 1 guest