|
|
| Author |
Message |
markk96
Joined: 28 Apr 2008 Posts: 11
|
Posted: Thu Aug 28, 2008 4:50 pm Post subject: Cacti 8.7b |
|
|
I installed Weathermap to the instructions, it says to to put the following lines in the global.php file.
$plugins = array();
$plugins[] = 'monitor';
$plugins[] = 'weathermap';
I put them at the end of the file as you see here.
/* current cacti version */
$config["cacti_version"] = "0.8.7b";
$plugins = array();
$plugins[] = 'monitor';
$plugins[] = 'weathermap';
?>
I do not get the options to turn on weathermap for any users.
What am I missing. |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2167 Location: United Kingdom
|
Posted: Thu Aug 28, 2008 5:38 pm Post subject: |
|
|
| If you needed to add the $plugins=array() line, then you didn't install the Plugin Architecture first. |
|
| Back to top |
|
 |
alexcf
Joined: 10 Jul 2003 Posts: 16
|
Posted: Fri Aug 29, 2008 5:40 am Post subject: |
|
|
Is anyone seeing this problem when using the editor?
Notice: Undefined index: key in /home/cacti/www/plugins/weathermap/Weathermap.class.php on line 1209
(repeats itself about 10 times.)
Thanks,
Alex. |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2167 Location: United Kingdom
|
Posted: Fri Aug 29, 2008 5:47 am Post subject: |
|
|
| alexcf wrote: | Is anyone seeing this problem when using the editor?
Notice: Undefined index: key in /home/cacti/www/plugins/weathermap/Weathermap.class.php on line 1209
(repeats itself about 10 times.)
Thanks,
Alex. |
(you would get more replies if you posted this as a new thread in the weathermap forum)
I haven't seen that one.
Which version? |
|
| Back to top |
|
 |
alexcf
Joined: 10 Jul 2003 Posts: 16
|
|
| Back to top |
|
 |
tomate
Joined: 05 Jun 2006 Posts: 43
|
Posted: Tue Nov 25, 2008 9:46 am Post subject: |
|
|
hello,
i have exactly the same problem
i first installed the plugin architecture (patching my cacti), then thold, and at last weathermap
in global.php i have this :
$plugins = array();
$plugins[] = 'settings';
$plugins[] = 'weathermap';
$plugins[] = 'thold';
cacti 0.8.7 and weathermap 0.95b
any idea ? |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2167 Location: United Kingdom
|
Posted: Tue Nov 25, 2008 10:01 am Post subject: |
|
|
| which problem? since there are two different ones in this thread.... |
|
| Back to top |
|
 |
tomate
Joined: 05 Jun 2006 Posts: 43
|
Posted: Tue Nov 25, 2008 10:40 am Post subject: |
|
|
| Howie wrote: | | which problem? since there are two different ones in this thread.... | sorry, the first one
In settings, i have settings for weathermap (Misc settings) but i do not have any button on the left of console page, in managment
 |
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 2167 Location: United Kingdom
|
Posted: Tue Nov 25, 2008 10:44 am Post subject: |
|
|
| tomate wrote: | | Howie wrote: | | which problem? since there are two different ones in this thread.... | sorry, the first one
In settings, i have settings for weathermap (Misc settings) but i do not have any button on the left of console page, in managment
|
and you don't have the option to add Weathermap permssions in User Management? |
|
| Back to top |
|
 |
tomate
Joined: 05 Jun 2006 Posts: 43
|
Posted: Tue Nov 25, 2008 10:47 am Post subject: |
|
|
| Howie wrote: | | tomate wrote: | | Howie wrote: | | which problem? since there are two different ones in this thread.... | sorry, the first one
In settings, i have settings for weathermap (Misc settings) but i do not have any button on the left of console page, in managment
|
and you don't have the option to add Weathermap permssions in User Management? | ok, thanks that was that |
|
| Back to top |
|
 |
|