nmidWeb2 - Cacti Web 2.0 - v0.3 - 0.8.7g beta out now !

Addons for Cacti and discussion about those addons

Moderators: Developers, Moderators

Post Reply
User avatar
Hyperlord
Cacti User
Posts: 211
Joined: Tue Feb 10, 2009 3:24 am
Location: Frankfurt (a.M.), Germany

Post by Hyperlord »

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
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Now, is that only occurring when you have nmidWeb2 installed and enabled, or in general ?
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

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
nmidWeb2_v4.png (116.38 KiB) Viewed 18736 times
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
Sirup
Cacti Moderator
Posts: 348
Joined: Tue Mar 02, 2010 9:03 am

Post by Sirup »

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]
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

? 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 ...
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
Sirup
Cacti Moderator
Posts: 348
Joined: Tue Mar 02, 2010 9:03 am

Post by Sirup »

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]
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Yep, that's the only "mode" supported right now ... ( it's the only one I use :-)
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

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
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
Hyperlord
Cacti User
Posts: 211
Joined: Tue Feb 10, 2009 3:24 am
Location: Frankfurt (a.M.), Germany

Post by Hyperlord »

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
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

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.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Please note this plugin does NOT support 0.8.7g yet !!
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

Please look here for the NMID Combatibility Matrix and the current Status of the plugins:

Image
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
torstentfk
Cacti User
Posts: 367
Joined: Tue Apr 05, 2005 9:52 am
Location: Munich, Germany

Post by torstentfk »

hi,
doyou have any time line when an update for cacti. 087g will be ready?

Torsten
User avatar
phalek
Developer
Posts: 2838
Joined: Thu Jan 31, 2008 6:39 am
Location: Kressbronn, Germany
Contact:

Post by phalek »

not yet, but I assume it's going to happen within the next 2 weeks.
Greetings,
Phalek
---
Need more help ? Read the Cacti documentation or my new Cacti 1.x Book
Need on-site support ? Look here Cacti Workshop
Need professional Cacti support ? Look here CereusService
---
Plugins : CereusReporting
Nympheasi
Posts: 6
Joined: Sat Aug 21, 2010 11:06 pm

Post by Nympheasi »

Any update for 0.8.7g? :D
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests