Search found 16 matches

by gustavhelgi
Thu Jan 29, 2009 12:09 pm
Forum: Plugin: (Network Weather Map)
Topic: Unable to use editor.php
Replies: 9
Views: 3457

Hi Howie, found out what it was the problem is with the ICON images/asa-primary_{node:this:state}.png The problem is i had created asa-primary_up.png/down.png/recovering.png/disabled.png However when i try to go to the editor it is looking for asa-primary_[UNKNOWN].png as it cant check for the state...
by gustavhelgi
Thu Jan 29, 2009 11:59 am
Forum: Plugin: (Network Weather Map)
Topic: Unable to use editor.php
Replies: 9
Views: 3457

i´ve tried that, it's now at 256mb :(.
by gustavhelgi
Thu Jan 29, 2009 11:54 am
Forum: Plugin: (Network Weather Map)
Topic: Unable to use editor.php
Replies: 9
Views: 3457

*** glibc detected *** /usr/sbin/httpd: realloc(): invalid next size: 0x09aafe88 ***
by gustavhelgi
Thu Jan 29, 2009 11:30 am
Forum: Plugin: (Network Weather Map)
Topic: Unable to use editor.php
Replies: 9
Views: 3457

Well now i tried it on another setup on another machine and this time with weathermap inside Cacti and i´m unable to load editor.php.

NODE ASA-Primary
TARGET cactihost:3
ICON images/asa-primary_{node:this:state}.png
POSITION 300 600

Any ideas ?
by gustavhelgi
Fri Jan 16, 2009 5:46 am
Forum: Plugin: (Network Weather Map)
Topic: PHP in overlib
Replies: 6
Views: 5715

Hi,

any one have any ideas about this ?
by gustavhelgi
Fri Jan 09, 2009 10:46 am
Forum: Plugin: (Network Weather Map)
Topic: PHP in overlib
Replies: 6
Views: 5715

Hi. And thanks for the info. I´ve now gotten iframeoverlib to work so that i can overlib a php page. However how would i go about adding for example a new variable in the configuration f.ex NODE Test OverlibPage nwm-hover.php?ip=10.10.10.10 $WIDHT $HEIGHT It would be identical to OverlibGraph but in...
by gustavhelgi
Fri Jan 09, 2009 6:22 am
Forum: Plugin: (Network Weather Map)
Topic: PHP in overlib
Replies: 6
Views: 5715

PHP in overlib

Hi guys, I´m trying to have a php page shown in hover which will give more information about the device. I´ve seen that Howie as mentioned that you must use an image in OVERLIBGRAPH. However if you look at "Show off your Weathermap" the user tbaror shows off his weathermap were his hover s...
by gustavhelgi
Mon Dec 29, 2008 2:35 pm
Forum: Plugin: (Network Weather Map)
Topic: Unable to use editor.php
Replies: 9
Views: 3457

Hi Howie,

Yeah the poller works fine it just doesnt open in the editor with that line of code in the conf. I spent a bit of time finding which line it was uncommending each and this was the one. Pretty wierd. I even tried to create a new file just to test this and the same happened :).
by gustavhelgi
Thu Dec 18, 2008 10:35 am
Forum: Plugin: (Network Weather Map)
Topic: Unable to use editor.php
Replies: 9
Views: 3457

Unable to use editor.php

Hi guys,

Has anyone had the same problem that when you have set "ICON {node:this:inscaletag}" editor.php will not open up that map ? :).
by gustavhelgi
Tue Nov 18, 2008 9:31 am
Forum: Plugin: (Network Weather Map)
Topic: One node to check other nodes?
Replies: 4
Views: 1894

Yeah exactly :).

I've just been thinking about it because it would be cool that from the top view you could see Yellow in those location where problem is and then from there go deeper into the network to find where the problem is located :).
by gustavhelgi
Tue Nov 18, 2008 7:43 am
Forum: Plugin: (Network Weather Map)
Topic: One node to check other nodes?
Replies: 4
Views: 1894

Hi Howie and thanx for a quick reply. For the second one it was more in the line of the first one. That is could a node in one map check the status of all other nodes in another map. Maby i misunderstood your answer ? Thats a brilliant solution :) if you have cacti...then i just wonder could you do ...
by gustavhelgi
Tue Nov 18, 2008 6:43 am
Forum: Plugin: (Network Weather Map)
Topic: One node to check other nodes?
Replies: 4
Views: 1894

One node to check other nodes?

Hi, Has anyone tought about the possibility of one node checking the status of other nodes ? What i mean is that one node could cover like 4 nodes. Where the 4 nodes are checking up/down (or ping or Latency). And if any of them report error (go red) the one node would like go yellow indicating that ...
by gustavhelgi
Fri Nov 14, 2008 12:50 pm
Forum: Plugin: (Network Weather Map)
Topic: Non cacti host up/down trials.
Replies: 7
Views: 3712

Yeah that would be brilliant, so it would be possible to be as close to realtime as possible :).
by gustavhelgi
Fri Nov 14, 2008 5:29 am
Forum: Plugin: (Network Weather Map)
Topic: Non cacti host up/down trials.
Replies: 7
Views: 3712

Still didn´t work but i found out you have to change : if(preg_match("/^$target\s:\s(\S+)\s(\S+)\s(\S+)\s(\S+)\s(\S+)/",$line,$matches)) to: if(preg_match("/^$target\s:\s(\S+)\s(\S+)\s(\S+)/",$line,$matches)) As it seems it is waiting for 5 results :) And when it gets only three ...
by gustavhelgi
Thu Nov 13, 2008 3:40 pm
Forum: Plugin: (Network Weather Map)
Topic: Non cacti host up/down trials.
Replies: 7
Views: 3712

Hi Howie,

And thanx for a quick reply :).

Yeah i had tried to change the i>6 value but it didn´t seem to work :). But i will check the other thing and try that as well.

And yes it would be brilliant to have it the way you planned to cache and only run it once.

But thanx again :).