thold does not shows up anywhere(need help)
Moderators: Developers, Moderators
-
- Posts: 3
- Joined: Mon Dec 06, 2010 3:04 am
thold does not shows up anywhere(need help)
I've did all the steps as per the install instructions, but thold does not shows up anywhere.
I enabled plugin management for my admin user and thold is not showing up in the list of installed plugins.
However the other plugins (monitor, settings) do show up.
Also try run:
[root@localhost extras]# php apply_realms.php
Threshold Viewing Realm: 100
Found 2 users
Updating Realm Permissions
..
No errors in cacti's log files too.
This URL http://IP/plugins/monitor/monitor.php is working well,
but when i open http://IP/plugins/thold/thold.php, i get the error information:
“You are not permitted to access this section of Cacti. If you feel that you need access to this particular section, please contact the Cacti administrator.”
Any help will be great appreciated!
------------------------------
Cacti Version - 0.8.7g
Plugin Architecture - 2.8
Plugins - monitor(0.8.2),settings(v0.7-1),thold(0.4.2)
Server Info - Linux 2.6.
I enabled plugin management for my admin user and thold is not showing up in the list of installed plugins.
However the other plugins (monitor, settings) do show up.
Also try run:
[root@localhost extras]# php apply_realms.php
Threshold Viewing Realm: 100
Found 2 users
Updating Realm Permissions
..
No errors in cacti's log files too.
This URL http://IP/plugins/monitor/monitor.php is working well,
but when i open http://IP/plugins/thold/thold.php, i get the error information:
“You are not permitted to access this section of Cacti. If you feel that you need access to this particular section, please contact the Cacti administrator.”
Any help will be great appreciated!
------------------------------
Cacti Version - 0.8.7g
Plugin Architecture - 2.8
Plugins - monitor(0.8.2),settings(v0.7-1),thold(0.4.2)
Server Info - Linux 2.6.
Re: thold does not shows up anywhere(need help)
same problem here
php gives no error, notice or warning message
Cacti Version - 0.8.7g
Plugin Architecture - 2.8
Plugins - settings(v0.7-1),thold(0.4.2)
php gives no error, notice or warning message
Cacti Version - 0.8.7g
Plugin Architecture - 2.8
Plugins - settings(v0.7-1),thold(0.4.2)
Re: thold does not shows up anywhere(need help)
Make sure you don't have
$plugin[] = 'thold';
in your config.php
$plugin[] = 'thold';
in your config.php
-
- Posts: 3
- Joined: Mon Dec 06, 2010 3:04 am
Re: thold does not shows up anywhere(need help)
I'm sure i don't add this line. This is part of my config.php configuration:
/* load up old style plugins here */
$plugins = array();
//$plugins[] = 'settings';
//$plugins[] = 'thold';
//$plugins[] = 'monitor';
Still this problem can't be resolved.
/* load up old style plugins here */
$plugins = array();
//$plugins[] = 'settings';
//$plugins[] = 'thold';
//$plugins[] = 'monitor';
Still this problem can't be resolved.
-
- Posts: 3
- Joined: Mon Dec 06, 2010 3:04 am
Re: thold does not shows up anywhere(need help)
Question is resolved now.
I only reinstalled the plugs (include setting,thold,monitor). This time the monitor (the others works well) couldn't show. And when i accessed http://IP/plugins/monitor/monitor.php, i still got 'had no privilege' error. I check the 'console->Utilities->User Mangement->admin-> View Monitoring' , the question was resolved now. All plugs works well now.
I only reinstalled the plugs (include setting,thold,monitor). This time the monitor (the others works well) couldn't show. And when i accessed http://IP/plugins/monitor/monitor.php, i still got 'had no privilege' error. I check the 'console->Utilities->User Mangement->admin-> View Monitoring' , the question was resolved now. All plugs works well now.
Re: thold does not shows up anywhere(need help)
thanks a lot
this helped.
Changed config to
$plugins = array();
// $plugins[] = 'settings';
// $plugins[] = 'thold';
now it works.
this helped.
Changed config to
$plugins = array();
// $plugins[] = 'settings';
// $plugins[] = 'thold';
now it works.
Re: thold does not shows up anywhere(need help)
I had the same problem.
go to you plugins folder and check the name of the thold plugin.
the name on my folder was thold-0.41
I renamed it to "thold" and it fixed the problem.
Hope this helps somebody with a similar issue.
Mary
go to you plugins folder and check the name of the thold plugin.
the name on my folder was thold-0.41
I renamed it to "thold" and it fixed the problem.
Hope this helps somebody with a similar issue.
Mary
Re: thold does not shows up anywhere(need help)
Thank you Mary this worked for me.maryg wrote: I renamed it to "thold" and it fixed the problem.
Hope this helps somebody with a similar issue.
Re: thold does not shows up anywhere(need help)
Hi,
I am using Cacti 0.8.7g with Plugin Architecture 2.9 and quite old Thold 3.0. And everything worked fine.
Now I wanted to upgrade to the latest Thold 0.4.8-4. I moved the /plugins/thold to /plugins/thold_old then unpacked new tar to /plugins/thold.
Now I have lost thold button in GUI and Thold settings in Configuration/Settings menu.
I tried to run setup.php, upgrade.php and apply_realms.php but nothing had helped.
What is the problem?
I still have in my config.php lines:
/* load up old style plugins here */
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'thold';
$plugins[] = 'cycle';
$plugins[] = 'killspike';
Otherwise other plugins are not working. Commenting above lines changed nothing with Thold.
I am using Cacti 0.8.7g with Plugin Architecture 2.9 and quite old Thold 3.0. And everything worked fine.
Now I wanted to upgrade to the latest Thold 0.4.8-4. I moved the /plugins/thold to /plugins/thold_old then unpacked new tar to /plugins/thold.
Now I have lost thold button in GUI and Thold settings in Configuration/Settings menu.
I tried to run setup.php, upgrade.php and apply_realms.php but nothing had helped.
What is the problem?
I still have in my config.php lines:
/* load up old style plugins here */
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'thold';
$plugins[] = 'cycle';
$plugins[] = 'killspike';
Otherwise other plugins are not working. Commenting above lines changed nothing with Thold.
Re: thold does not shows up anywhere(need help)
Delete (or move elsewhere) the old thold directory, it can not be in the plugin directory. Also, it is no longer added the old way via config.php, instead use the Plugin Management interface to enable it.opornik wrote:Hi,
I am using Cacti 0.8.7g with Plugin Architecture 2.9 and quite old Thold 3.0. And everything worked fine.
Now I wanted to upgrade to the latest Thold 0.4.8-4. I moved the /plugins/thold to /plugins/thold_old then unpacked new tar to /plugins/thold.
Now I have lost thold button in GUI and Thold settings in Configuration/Settings menu.
I tried to run setup.php, upgrade.php and apply_realms.php but nothing had helped.
What is the problem?
I still have in my config.php lines:
/* load up old style plugins here */
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'thold';
$plugins[] = 'cycle';
$plugins[] = 'killspike';
Otherwise other plugins are not working. Commenting above lines changed nothing with Thold.
Re: thold does not shows up anywhere(need help)
I have installed PA 2.9 but without importing pa.sql into database. Now I now how it should work
I executed the sql, removed plugin lines from config.php. Then added user permissions for Plugin Management and it appeared in the menu. So I could eneable all plugins there.
Maybe this will be the short guide for others.
Thanks for your help, I had no clue where to start.
I executed the sql, removed plugin lines from config.php. Then added user permissions for Plugin Management and it appeared in the menu. So I could eneable all plugins there.
Maybe this will be the short guide for others.
Thanks for your help, I had no clue where to start.
Who is online
Users browsing this forum: No registered users and 1 guest