NTOP Plugin not working properly after 0.8.7g upgrade

General discussion about Plugins for Cacti

Moderators: Developers, Moderators

drcryogen
Posts: 13
Joined: Mon May 03, 2010 6:43 pm

NTOP Plugin not working properly after 0.8.7g upgrade

Post by drcryogen »

Since I upgraded to 0.8.7g, the NTOP plugin doesn't fill the frame. I get about a 2 inch frame and a scroll bar on the right.

I'm sure this is an easy fix but I'm not sure where to look to fix it.

Thanks in advance for the help.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Search the forums for the same solution for Superlinks. Post your diff once you have it fixed and then I'll put it into the SVN repository.

http://forums.cacti.net/about30823.html

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
drcryogen
Posts: 13
Joined: Mon May 03, 2010 6:43 pm

Post by drcryogen »

At first glance, this is a very similar if not identical (by appearances) to the superlinks problem.

Unfortunately, I might need a little more guidance on this one. This doesn't seem to be like the superlinks issue. This problem seems to be universal across Firefox or IE. I have also tried the patches and recommendations in the superlinks article with no luck.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Attach a picture.
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
drcryogen
Posts: 13
Joined: Mon May 03, 2010 6:43 pm

Post by drcryogen »

I have added pictures of both IE and Firefox

It looks just like the superlinks behavior except it affects both IE and Firefox and the patches and recommendations don't seem to work.
Attachments
This one is from Firefox
This one is from Firefox
Firefox.jpg (90.86 KiB) Viewed 3540 times
This one is from IE
This one is from IE
ie.jpg (88.04 KiB) Viewed 3540 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

It's the same issue. However, it may require a different solution.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
drcryogen
Posts: 13
Joined: Mon May 03, 2010 6:43 pm

Post by drcryogen »

Whatever further information you need from me, I'll be more than happy to provide.

Thanks for your help.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

I'll just do a quick refresh later tonight. When published it will be PIA2.x. Really, the whole thing is obsolete with Superlinks, but none-the-less, it has the same issue.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

That was not too bad....

http://docs.cacti.net/plugin:ntop

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
nuzzy
Posts: 42
Joined: Mon Feb 23, 2009 10:33 am

Post by nuzzy »

any idea why it won't show up anymore as a plugin for me? All I did was replace my old ntop directory with my new one.
drcryogen
Posts: 13
Joined: Mon May 03, 2010 6:43 pm

Post by drcryogen »

Yup... That fixed it!!!! That's great. Thanks!!!!


Nuzzy. You'll probably have to remove it from your include/config.php where you have it defined $plugins[] = 'ntop';
nuzzy
Posts: 42
Joined: Mon Feb 23, 2009 10:33 am

Post by nuzzy »

ok...where do we define plugins now?
Cacti 0.8.8a on CentOS
drcryogen
Posts: 13
Joined: Mon May 03, 2010 6:43 pm

Post by drcryogen »

You don't have to define them in a file anymore. Once you have the 2.8 PIA installed, just go to plugin management and you'll have an option to install it (after you've removed it from config.php).
nuzzy
Posts: 42
Joined: Mon Feb 23, 2009 10:33 am

Post by nuzzy »

thanks for the tip. They all show up disabled though...apologies for being an idiot, but how do I enable them?
Cacti 0.8.8a on CentOS
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

There is a PIA update too. I have to take a snapshot comparison between SVN's. So, if you are having an issue installing from Plugin Management, that may explain the issue.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests