network map

Templates, scripts for templates, scripts and requests for templates.

Moderators: Developers, Moderators

Post Reply
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

knobdy wrote:WOW - I had no idea how far you had come with this! I can definately start using it now...well, as soon as 0.8 is released. Do you have a ETA for it yet?
Some folks on the mailing list are testing it right now. I need to re-write the manual to cover all the new stuff. I have a day off from work on Wednesday which is likely when I'll get that done. I'm hoping that it'll be before the end of the week, unless someone finds anything horrific in the meantime (I've been using it myself for a couple of weeks).
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
User avatar
TFC
Cacti Pro User
Posts: 739
Joined: Wed Apr 09, 2003 2:17 am
Location: Izmir/Turkey

Post by TFC »

When you publish 0.8?
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

TFC wrote:When you publish 0.8?
Now! :D

Please see: http://forums.cacti.net/viewtopic.php?t=12776
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
slander
Posts: 32
Joined: Thu Mar 16, 2006 12:01 pm

overlib graphs off page

Post by slander »

I am still using weathermap .7, will look into .8 soon - so excuse me if this has changed. But - I am having a problem where my mouse over graphs (overlib) are off the page and not visable.

Any idea how I can keep them on the page? Am i using the wrong option set, maybe?


An example of my overlib call is:

OVERLIBGRAPH cacti/graph_image.php?local_graph_id=6&rra_id=0&graph_noleg
end=true&graph_height=100&graph_width=300

Thanks
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Re: overlib graphs off page

Post by Howie »

slander wrote:I am still using weathermap .7, will look into .8 soon - so excuse me if this has changed. But - I am having a problem where my mouse over graphs (overlib) are off the page and not visable.

Any idea how I can keep them on the page? Am i using the wrong option set, maybe?


An example of my overlib call is:

OVERLIBGRAPH cacti/graph_image.php?local_graph_id=6&rra_id=0&graph_noleg
end=true&graph_height=100&graph_width=300

Thanks
Add

Code: Select all

OVERLIBWIDTH 300
OVERLIBHEIGHT 100
to your link. If all your graphss are the same size, then you can add it to the DEFAULT link instead to make your config a bit neater. The width/height was added in 0.7
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
tommyj
Posts: 43
Joined: Thu Jun 23, 2005 5:16 pm
Location: Stockholm, Sweden

Post by tommyj »

I get the following error when I run ./weathermap:

ERROR: can't handle RRD file version 0003

Any idea what might be wrong?

I use 0.7 and that one works fine

RRDtool 1.0.50
PHP 4.3.11
Fedora Core 3
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

tommyj wrote:I get the following error when I run ./weathermap:

ERROR: can't handle RRD file version 0003

Any idea what might be wrong?

I use 0.7 and that one works fine

RRDtool 1.0.50
PHP 4.3.11
Fedora Core 3
Is it possible that you also have RRDtool 1.2.x installed somewhere else? I think this message is from the older 1.0 series trying to read files created by the new 1.2 series... I would check that the '$rrdtool=' line in the ./weathermap file matches the one in the Cacti settings, just in case.
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
tommyj
Posts: 43
Joined: Thu Jun 23, 2005 5:16 pm
Location: Stockholm, Sweden

Post by tommyj »

Howie wrote:
tommyj wrote:I get the following error when I run ./weathermap:

ERROR: can't handle RRD file version 0003

Any idea what might be wrong?

I use 0.7 and that one works fine

RRDtool 1.0.50
PHP 4.3.11
Fedora Core 3
Is it possible that you also have RRDtool 1.2.x installed somewhere else? I think this message is from the older 1.0 series trying to read files created by the new 1.2 series... I would check that the '$rrdtool=' line in the ./weathermap file matches the one in the Cacti settings, just in case.
D'oh! You are absolutley right! Of course I'm using RRDTool 1.2. When I changed the path it works perfectly. A bit tired in the morning I guess... :oops: Thanks Howie! :D
mgob
Posts: 25
Joined: Wed Dec 07, 2005 3:43 am
Location: Arizona
Contact:

Post by mgob »

I've just installed 0.8 with cacti and it is not creating the maps and all permissions are correct, any idea what I am doing wrong?
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

mgob wrote:I've just installed 0.8 with cacti and it is not creating the maps and all permissions are correct, any idea what I am doing wrong?
What does the log say? If it says nothing, try turning DEBUG on in Cacti for one poller cycle, and then looking.

There isn't much, that I know of, that won't leave some (fairly) useful error message in the logs.
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
mgob
Posts: 25
Joined: Wed Dec 07, 2005 3:43 am
Location: Arizona
Contact:

Post by mgob »

I have quite a few devices so tailing it really doesn't work so...

grep weathermap /var/www/html/cacti/log/cacti.log

returns nothing, and the plugin is defnatly loaded as i can view it in cacti etc..

basically i'm not seeing any output, I'll list the steps i've taken to install it and perhaps there is something I've missed.

1. Downloaded the zip from your site
2. unzipped it in my plugins dir and made sure everything was owned by the webserver
3. edited my config file to load the plugin
4. edited my user to view it
5. loaded the editor and created a .conf for my map
6. went into cacti and set the conf as active.
7 clicking on view maps shows only "this map has not been created yet" and it's been over 1hr since i've activated it, it would appear that weathermap isn't being called to run somewhere, is there a way to run it manually for cacti?

Thanks for your help in advance.
mgob
Posts: 25
Joined: Wed Dec 07, 2005 3:43 am
Location: Arizona
Contact:

Post by mgob »

UPDATE!

it's working now! I unloaded all other plugins and it works, so now i have to figure out what was conflicting with it.

Howie you kick ass this is a great plugin!

-MGOB
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

mgob wrote:UPDATE!

it's working now! I unloaded all other plugins and it works, so now i have to figure out what was conflicting with it.

Howie you kick ass this is a great plugin!

-MGOB
Yay! :D

I had problems with Reports myself, to the extent that I now make sure that it runs last (they run in the order they are listed in your config, so the last one you hear from is probably the problem, or the one after that).
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
User avatar
TFC
Cacti Pro User
Posts: 739
Joined: Wed Apr 09, 2003 2:17 am
Location: Izmir/Turkey

Post by TFC »

Hi Howie,
I have to ask a question that, when we install plugin architecture, how can I add weathermap?
Can you dexribe step by step?. I didnt find any clear info about this in your website.
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

TFC wrote:Hi Howie,
I have to ask a question that, when we install plugin architecture, how can I add weathermap?
Can you dexribe step by step?. I didnt find any clear info about this in your website.
More than this?
http://wotsit.thingy.com/haj/cacti/php- ... stallation
Weathermap 0.98a is out! & QuickTree 1.0. Superlinks is over there now (and built-in to Cacti 1.x).
Some Other Cacti tweaks, including strip-graphs, icons and snmp/netflow stuff.
(Let me know if you have UK DevOps or Network Ops opportunities, too!)
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests