Can't see zooming graph

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
Alfredxi
Posts: 1
Joined: Wed May 17, 2006 7:58 pm

Can't see zooming graph

Post by Alfredxi »

Hi,
It's very strange, I can see the graph but I can't see zoom graph :( , I don't know why
My Cacti: 0.8.6.i
php:5.2.0
OS: freebsd 6.1
MySQL: 5.0.27-max
rrdtool: 1.2.19

With kind regards,
Alfredxi
Attachments
zoom
zoom
zoom.JPG (7.28 KiB) Viewed 2680 times
normal graph
normal graph
normal.JPG (24.03 KiB) Viewed 2680 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Odd. Check your apache error log. Is there anything there? Also, if reverting to 1.2.15 fixes the problem. I want to know about it.

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?
aston127
Posts: 3
Joined: Wed Feb 28, 2007 11:00 pm
Location: MI

Post by aston127 »

I have a similar problem, versions of the file are the same as the OP, except im using Windows XP Pro.

I tried swapping for *.15, problem remains

Also, I don't know if the OP had the same situation.. but I am able to load zoom/preview graphs perfectly from the win32 machine hosting cacti. I also noticed that if i use my domain name to go to the cacti page, it will fail to load the zoom/preview graphs. The only way to access them is via http://localhost/cacti from the machine hosting. I can view exported graphs perfectly fine from any machine. I also have trouble loading the cacti page from any machines sometimes, partial loads and whatnot. very odd!
aston127
Posts: 3
Joined: Wed Feb 28, 2007 11:00 pm
Location: MI

Post by aston127 »

I looked at my apache error log..

Code: Select all

[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (UCD-DLMOD-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMP-MPD-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
[Thu Mar 01 08:19:37 2007] [error] [client 192.168.1.1] Cannot find module (SNMPv2-TM): At line 0 in (none), referer: http://www.killmartin.com/cacti/graph.php?action=properties&local_graph_id=21&rra_id=1&view_type=
That's just a taste of it! Hopefully this eludes to my issue.

I noticed that a lot of people are having the same problem when they've misconfigured their installation to rrdtool 1.0 instead of 1.2, i just checked and its set correctly and font paths are good.

attached are two screenshots, one taken from a computer within the network, and one taken on the hosting machine.

Thanks,
Jacob
Attachments
remote_graph.JPG
remote_graph.JPG (26.22 KiB) Viewed 2588 times
local_graph.JPG
local_graph.JPG (56.85 KiB) Viewed 2588 times
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

This is kind of ugly. What is going on is that you do not have an important environment variable set. If this box is Windows, you need to set the following environment variable:

MIBDIRS=<8.3_path_to_mib_files>

The path can be all sort's of things. If you are familar with Net-SNMP/SNMP, you should be ok. Restart your Web server once done.

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 »

Also, please look at this patch.

TheWitness

http://forums.cacti.net/viewtopic.php?t=19950
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?
aston127
Posts: 3
Joined: Wed Feb 28, 2007 11:00 pm
Location: MI

Post by aston127 »

thanks for replying!

unfortunately, the problem remains.. i changed the enviromental var to C:\php\extras\mibs i also looked in that folder, and it has files in there that match the name of the modules "missing", but nothing changed :(

so i added that patch (manually adding the lines)

no change at all
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Then, you have likely done something wrong or the web server is not getting the environment variables correctly. Fix that problem first, then post back.

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