Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Addons for Cacti and discussion about those addons
Moderators: Developers , Moderators
Hyperlord
Cacti User
Posts: 211 Joined: Tue Feb 10, 2009 3:24 am
Location: Frankfurt (a.M.), Germany
Post
by Hyperlord » Mon Apr 19, 2010 6:18 am
Hi,
haven't had time yet but found something in my apache error log:
Code: Select all
PHP Notice: Undefined index: REQUEST_URI in /var/www/html/plugins/nectar/setup.php on line 390
Everytime I access something
It's not displayed but logged.
kind regards,
Om Tat Sat
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Tue Apr 20, 2010 2:14 pm
Now, is that only occurring when you have nmidWeb2 installed and enabled, or in general ?
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Wed Apr 21, 2010 10:28 am
I'm working on putting the menu and the tree view on a panel which can be hidden.
So far I managed to get the console menu to hide and the menues to be minimized ...
Attachments
nmidWeb2_v4.png (116.38 KiB) Viewed 18736 times
Sirup
Cacti Moderator
Posts: 348 Joined: Tue Mar 02, 2010 9:03 am
Post
by Sirup » Thu Apr 22, 2010 2:45 am
This is wonderful, thanks a lot!
But there is an issue I have. I installed everything, plugin showed up in the Plugin Management. I can use this plugin with my guest user - but can see nothing with my admin user. Tried to restart apache, login/logout and used a different browser.
The plugin doesn't show up, when I use the Admin-User.
[size=67]Cacti version: 0.8.7e5
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Tue Apr 27, 2010 10:32 am
? that is really odd, as the plugin is a "1 or 0" plugin. It's either on or off.
It's not working for thumbnail view, maybe that is the problem ?
Also have a look at the html source when on the tree view page. It should have some javascript stuff right at the top ...
Sirup
Cacti Moderator
Posts: 348 Joined: Tue Mar 02, 2010 9:03 am
Post
by Sirup » Wed Apr 28, 2010 2:54 am
I had the same issue. Plugin doens't work with Dual Pane View. You have to switch to single.
[size=67]Cacti version: 0.8.7e5
OS: FreeBSD 7.2
Plugin Architecture: 2.6
Plugins: aggregate 0.74, autom8 0.33, loginmod 1.0
[url=http://docs.cacti.net/manual:087]Official Cacti Documentation[/url]
[url=http://docs.cacti.net/manual:087:4_help.2_debugging#debugging]Gandalfs Official Debugging Help[/url]
[/size]
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Wed Apr 28, 2010 3:00 am
Yep, that's the only "mode" supported right now ... ( it's the only one I use
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Wed Apr 28, 2010 3:01 am
I'm preparing a patch for cacti 0.88 for this to be included ( if developers accept it, of course ... )
Nevertheless, the next version will include thumbnail support and maybe the dual pane view
Hyperlord
Cacti User
Posts: 211 Joined: Tue Feb 10, 2009 3:24 am
Location: Frankfurt (a.M.), Germany
Post
by Hyperlord » Wed Apr 28, 2010 3:07 am
phalek wrote: I'm preparing a patch for cacti 0.88 for this to be included ( if developers accept it, of course ... )
Nevertheless, the next version will include thumbnail support and maybe the dual pane view
STOP! I'm wetting myself.
Just kidding
Very nice work, I apologize to have no time for testing atm ...
Om Tat Sat
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Wed May 05, 2010 9:54 am
I managed to screw up the update SQL
please change the UPDATE SQL statement in the updatedb_nmidWeb2.php file to the following:
Code: Select all
if ( $entryExists > 0 ) {
db_execute("UPDATE `plugin_nmidWeb2_sort_order`
SET
`userid`='$s_userid',
`treeId`='$i_tree_id',
`leafId`='$i_leaf_id',
`sortorder`='$s_sortOrder'
WHERE
`userid`='$s_userid'
AND
`treeId`='$i_tree_id'
AND
`leafId`='$i_leaf_id';
");
}
I will upload a version containing this fix later today.
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Wed Jul 14, 2010 3:16 pm
Please note this plugin does NOT support 0.8.7g yet !!
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Wed Jul 14, 2010 3:52 pm
Please look here for the NMID Combatibility Matrix and the current Status of the plugins:
torstentfk
Cacti User
Posts: 367 Joined: Tue Apr 05, 2005 9:52 am
Location: Munich, Germany
Post
by torstentfk » Mon Jul 19, 2010 5:53 am
hi,
doyou have any time line when an update for cacti. 087g will be ready?
Torsten
phalek
Developer
Posts: 2838 Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:
Post
by phalek » Mon Jul 19, 2010 6:01 am
not yet, but I assume it's going to happen within the next 2 weeks.
Nympheasi
Posts: 6 Joined: Sat Aug 21, 2010 11:06 pm
Post
by Nympheasi » Fri Aug 27, 2010 7:00 am
Any update for 0.8.7g?
Users browsing this forum: No registered users and 0 guests