| View previous topic :: View next topic |
| Author |
Message |
neilm New User
Joined: 22 Apr 2008 Posts: 2
|
Posted: Tue Apr 22, 2008 10:18 am Post subject: PRoblem with a new deployment |
|
|
Hello all,
I am deploying cacti after a server rebuild. I am using the latest version 0.8.7b and the latest plugin-arch and I cannot get thold working. I have installed settings, monitor,weathermap, discover none of which have worked completely apart from settings and monitor from what I can tell.
I have the config options under settings for all bar thold and if i enable thold in the global.php it stops cacti loading.
With discover and weathermap I do not have the option uder console or on the top menu bar.
Any help would be very much appriciated.
Thanks in advance
Neil
NB i have imported all of the necessary .sql files for the plugins.[/u]
|
|
| Back to top |
|
 |
arrow User
Joined: 03 Jun 2006 Posts: 103
|
Posted: Wed Apr 23, 2008 5:27 am Post subject: |
|
|
| have you places thold in the correct plugin order i global.php
|
|
| Back to top |
|
 |
neilm New User
Joined: 22 Apr 2008 Posts: 2
|
Posted: Wed Apr 23, 2008 5:31 am Post subject: |
|
|
I believe so here is my plugin order from global.php
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'thold':
$plugins[] = 'discovery';
$plugins[] = 'monitor';
$plugins[] = 'weathermap';
Cheers,
|
|
| Back to top |
|
 |
arrow User
Joined: 03 Jun 2006 Posts: 103
|
Posted: Wed Apr 23, 2008 5:32 am Post subject: |
|
|
that looks ok....
I haven“t had any problems with the thold plugin
either with CactiEZ or Debian pakage.
|
|
| Back to top |
|
 |
jimmy Site Admin
Joined: 11 Nov 2004 Posts: 1495
|
Posted: Fri Apr 25, 2008 1:30 am Post subject: |
|
|
$plugins[] = 'thold':
typo?? should the : be ;
|
|
| Back to top |
|
 |
|