all links 0, Problem with RRD Files?

Support questions about the Network Weather Map plugin

Moderators: Developers, Moderators

Post Reply
swherdman
Posts: 1
Joined: Tue Aug 04, 2009 10:06 pm

all links 0, Problem with RRD Files?

Post by swherdman »

Maps generate fine, all links are just 0%, its a fresh install, keep getting errors like this in my config, so created a basic one with just 2 nodes to test it out, config file created with the editor, RRD files seem fine as cacti is still producing graphs

Any ideas?


error
08/05/2009 12:58:36 PM - WEATHERMAP: Poller[0] WARNING: [Map 4] test.conf: ReadData: LINK node00441-node00443, target: /var/www/cacti/rra/sydswitch02_traffic_in_27.rrd on config line 51 had no valid data, according to WeatherMapDataSource_rrd

line 51 is

Code: Select all

TARGET /var/www/cacti/rra/sydswitch02_traffic_in_27.rrd
whole file

Code: Select all

# Automatically generated by php-weathermap v0.96a



KEYPOS DEFAULT -1 -1 Traffic Load
KEYTEXTCOLOR 0 0 0
KEYOUTLINECOLOR 0 0 0
KEYBGCOLOR 255 255 255
BGCOLOR 255 255 255
TITLECOLOR 0 0 0
TIMECOLOR 0 0 0
SCALE DEFAULT 0 0   192 192 192
SCALE DEFAULT 0 1   255 255 255
SCALE DEFAULT 1 10   140 0 255
SCALE DEFAULT 10 25   32 32 255
SCALE DEFAULT 25 40   0 192 255
SCALE DEFAULT 40 55   0 240 0
SCALE DEFAULT 55 70   240 240 0
SCALE DEFAULT 70 85   255 192 0
SCALE DEFAULT 85 100   255 0 0

SET key_hidezero_DEFAULT 1

# End of global section


# TEMPLATE-only NODEs:
NODE DEFAULT
        MAXVALUE 100


# TEMPLATE-only LINKs:
LINK DEFAULT
        BANDWIDTH 100M


# regular NODEs:
NODE node00441
        LABEL Node
        POSITION 175 171

NODE node00443
        LABEL Node
        POSITION 426 171


# regular LINKs:
LINK node00441-node00443
        INFOURL /cacti/graph.php?rra_id=all&local_graph_id=24
        OVERLIBGRAPH /cacti/graph_image.php?local_graph_id=24&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300
        TARGET /var/www/cacti/rra/sydswitch02_traffic_in_27.rrd
        NODES node00441 node00443



# That's All Folks!
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

Turn on DEBUG logging in Cacti for a poller cycle, then look again at the cacti.log

There will be MUCH more information, including the output from rrdtool for that target, so you can see whether weathermap is dropping things on the floor, or there really isn't any data in the rrd file.
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!)
iharvey
Posts: 42
Joined: Wed Nov 01, 2006 6:10 am

Post by iharvey »

Could it be permissions?

Possibly try

chmod 777 /var/www/cacti/rra/

and/or

chown www-data.cacti /var/www/cacti/rra/
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

Weathermap doesn't need to be able to write to rrd files.
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!)
Hildebrand
Posts: 18
Joined: Thu Oct 27, 2005 9:24 am
Location: Germany, Bavaria

Post by Hildebrand »

I have the same Problem -> all on the map is "0,00%"
Here is my config:

Code: Select all

# Automatically generated by php-weathermap v0.96a


TIMEPOS 608 590 Created: %b %d %Y %H:%M:%S

KEYPOS DEFAULT -1 -1 Traffic Load
KEYTEXTCOLOR 0 0 0
KEYOUTLINECOLOR 0 0 0
KEYBGCOLOR 255 255 255
BGCOLOR 255 255 255
TITLECOLOR 0 0 0
TIMECOLOR 0 0 0
SCALE DEFAULT 0 0   192 192 192  
SCALE DEFAULT 0 1   255 255 255  
SCALE DEFAULT 1 10   140 0 255  
SCALE DEFAULT 10 25   32 32 255  
SCALE DEFAULT 25 40   0 192 255  
SCALE DEFAULT 40 55   0 240 0  
SCALE DEFAULT 55 70   240 240 0  
SCALE DEFAULT 70 85   255 192 0  
SCALE DEFAULT 85 100   255 0 0  

SET key_hidezero_DEFAULT 1

# End of global section


# TEMPLATE-only NODEs:
NODE DEFAULT
	MAXVALUE 100


# TEMPLATE-only LINKs:
LINK DEFAULT
	BANDWIDTH 100M


# regular NODEs:
NODE node06147
	LABEL Hergatz
	ICON images/Firewall.png
	POSITION 665 245

NODE node06185
	LABEL Lindau
	ICON images/Firewall.png
	POSITION 85 245

NODE node06198
	LABEL Internet / VPN
	ICON images/Cloud-Filled.png
	POSITION 335 460

NODE node06462
	LABEL VPN-Tunnel Lindau/Hergatz
	POSITION 380 95


# regular LINKs:
LINK node06185-node06198
	INFOURL /cacti/graph.php?rra_id=all&local_graph_id=437
	OVERLIBGRAPH /cacti/graph_image.php?local_graph_id=437&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300
	TARGET /var/www/cacti/rra/fortiwifi_80_traffic_in_503.rrd
	NODES node06185:0:-2 node06198
	BANDWIDTH 5M

LINK node06198-node06147
	INFOURL /cacti/graph.php?rra_id=all&local_graph_id=545
	OVERLIBGRAPH /cacti/graph_image.php?local_graph_id=545&rra_id=0&graph_nolegend=true&graph_height=100&graph_width=300
	TARGET /var/www/cacti/rra/fortigate_50b_traffic_in_611.rrd
	NODES node06198 node06147
	BANDWIDTH 2M



# That's All Folks!
The Map itself is correct generated, there are also files in the output directory. The RRD-Files generate data.

Here is the Debug Output:

Code: Select all

08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] STATS: Weathermap 0.96a run complete - 2 maps were run in 1 seconds with 0 warnings.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_memory_check@poller-common.php:11] MEM Final: memory_get_usage() says 6.9MBytes used. Limit is 256M
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_run_maps@poller-common.php:202] Iterated all 2 maps.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_memory_check@poller-common.php:11] [Map 1] LI-HG: MEM after 1: memory_get_usage() says 6.9MBytes used. Limit is 256M
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_run_maps@poller-common.php:166] [Map 1] LI-HG: Wrote HTML to /var/www/cacti/plugins/weathermap/output/b68ab359c0c36e60ab75.html
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3286] [Map 1] LI-HG: Found things for layer 0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3282] [Map 1] LI-HG: Writing HTML for layer 0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3295] [Map 1] LI-HG: Writing LINK:node06198-node06147: from imagemap
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3295] [Map 1] LI-HG: Writing LINK:node06185-node06198: from imagemap
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3286] [Map 1] LI-HG: Found things for layer 300
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3282] [Map 1] LI-HG: Writing HTML for layer 300
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3295] [Map 1] LI-HG: Writing NODE:node06462: from imagemap
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3295] [Map 1] LI-HG: Writing NODE:node06198: from imagemap
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3295] [Map 1] LI-HG: Writing NODE:node06185: from imagemap
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3295] [Map 1] LI-HG: Writing NODE:node06147: from imagemap
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3286] [Map 1] LI-HG: Found things for layer 600
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3282] [Map 1] LI-HG: Writing HTML for layer 600
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3286] [Map 1] LI-HG: Found things for layer 1000
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3282] [Map 1] LI-HG: Writing HTML for layer 1000
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3277] [Map 1] LI-HG: Starting to dump imagemap in reverse Z-order...
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [PreloadMapHTML@Weathermap.class.php:3024] [Map 1] LI-HG: Trace: PreloadMapHTML()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [MakeHTML@Weathermap.class.php:3242] [Map 1] LI-HG: Trace: MakeHTML()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] [Map 1] LI-HG: Wrote map to /var/www/cacti/plugins/weathermap/output/b68ab359c0c36e60ab75.png and /var/www/cacti/plugins/weathermap/output/b68ab359c0c36e60ab75.thumb.png
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2941] [Map 1] LI-HG: Writing PNG file to /var/www/cacti/plugins/weathermap/output/b68ab359c0c36e60ab75.png
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2801] [Map 1] LI-HG: Drawing KEY for DEFAULT if necessary.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2795] [Map 1] LI-HG: Drawing layer 1000
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2854] [Map 1] LI-HG: Added 1 bounding boxes too
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2845] [Map 1] LI-HG: Drawing NODE node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2854] [Map 1] LI-HG: Added 2 bounding boxes too
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2845] [Map 1] LI-HG: Drawing NODE node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2854] [Map 1] LI-HG: Added 2 bounding boxes too
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2845] [Map 1] LI-HG: Drawing NODE node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2854] [Map 1] LI-HG: Added 2 bounding boxes too
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2851] [Map 1] LI-HG: Adding imagemap area
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2845] [Map 1] LI-HG: Drawing NODE node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2795] [Map 1] LI-HG: Drawing layer 600

Code: Select all

08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawLabelRotated@Weathermap.class.php:963] [Map 1] LI-HG: Adding Rectangle imagemap for LINK:node06198-node06147:3
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [Draw@WeatherMapLink.class.php:483] [Map 1] LI-HG: Bandwidth for label is 64
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:141] [Map 1] LI-HG: Falling through to standard sprintf
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:124] [Map 1] LI-HG: mysprintf: %.2f 0.0032
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:597] [Map 1] LI-HG: ProcessString: replacing {link:this:outpercent:%.2f} with 0.0032
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:589] [Map 1] LI-HG: ProcessString: used internal property
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:564] [Map 1] LI-HG: ProcessString: Found appropriate item: WeatherMapLink node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawLabelRotated@Weathermap.class.php:963] [Map 1] LI-HG: Adding Rectangle imagemap for LINK:node06198-node06147:2
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [Draw@WeatherMapLink.class.php:483] [Map 1] LI-HG: Bandwidth for label is 64
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:141] [Map 1] LI-HG: Falling through to standard sprintf
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:124] [Map 1] LI-HG: mysprintf: %.2f 0.0032
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:597] [Map 1] LI-HG: ProcessString: replacing {link:this:inpercent:%.2f} with 0.0032
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:589] [Map 1] LI-HG: ProcessString: used internal property
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:564] [Map 1] LI-HG: ProcessString: Found appropriate item: WeatherMapLink node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [draw_curve@WeatherMap.functions.php:1153] [Map 1] LI-HG: Adding Poly imagemap for LINK:node06198-node06147:0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [draw_curve@WeatherMap.functions.php:1153] [Map 1] LI-HG: Adding Poly imagemap for LINK:node06198-node06147:1
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2832] [Map 1] LI-HG: Drawing LINK node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawLabelRotated@Weathermap.class.php:963] [Map 1] LI-HG: Adding Rectangle imagemap for LINK:node06185-node06198:3
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [Draw@WeatherMapLink.class.php:483] [Map 1] LI-HG: Bandwidth for label is 40
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:141] [Map 1] LI-HG: Falling through to standard sprintf
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:124] [Map 1] LI-HG: mysprintf: %.2f 0.0008
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:597] [Map 1] LI-HG: ProcessString: replacing {link:this:outpercent:%.2f} with 0.0008
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:589] [Map 1] LI-HG: ProcessString: used internal property
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:564] [Map 1] LI-HG: ProcessString: Found appropriate item: WeatherMapLink node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawLabelRotated@Weathermap.class.php:963] [Map 1] LI-HG: Adding Rectangle imagemap for LINK:node06185-node06198:2
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [Draw@WeatherMapLink.class.php:483] [Map 1] LI-HG: Bandwidth for label is 40
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:141] [Map 1] LI-HG: Falling through to standard sprintf
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [mysprintf@WeatherMap.functions.php:124] [Map 1] LI-HG: mysprintf: %.2f 0.0008
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:597] [Map 1] LI-HG: ProcessString: replacing {link:this:inpercent:%.2f} with 0.0008
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:589] [Map 1] LI-HG: ProcessString: used internal property
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ProcessString@Weathermap.class.php:564] [Map 1] LI-HG: ProcessString: Found appropriate item: WeatherMapLink node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [draw_curve@WeatherMap.functions.php:1153] [Map 1] LI-HG: Adding Poly imagemap for LINK:node06185-node06198:0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [draw_curve@WeatherMap.functions.php:1153] [Map 1] LI-HG: Adding Poly imagemap for LINK:node06185-node06198:1
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [calc_offset@WeatherMap.functions.php:1239] [Map 1] LI-HG: Numeric Offset found
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2832] [Map 1] LI-HG: Drawing LINK node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2795] [Map 1] LI-HG: Drawing layer 300
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2795] [Map 1] LI-HG: Drawing layer 0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:232] [Map 1] LI-HG: Node->pre_render: node06462 Label Metrics are: 175 x 13 -> 179 x 17
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2785] [Map 1] LI-HG: Pre-rendering node06462 to get bounding boxes.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:445] [Map 1] LI-HG: If this is the last thing in your logs, you probably have a buggy GD library. Get > 2.0.33 or use PHP builtin.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:442] [Map 1] LI-HG: Skipping unavailable imagefilter() call.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:232] [Map 1] LI-HG: Node->pre_render: node06198 Label Metrics are: 98 x 13 -> 102 x 17
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2785] [Map 1] LI-HG: Pre-rendering node06198 to get bounding boxes.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:445] [Map 1] LI-HG: If this is the last thing in your logs, you probably have a buggy GD library. Get > 2.0.33 or use PHP builtin.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:442] [Map 1] LI-HG: Skipping unavailable imagefilter() call.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:232] [Map 1] LI-HG: Node->pre_render: node06185 Label Metrics are: 42 x 13 -> 46 x 17
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2785] [Map 1] LI-HG: Pre-rendering node06185 to get bounding boxes.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:445] [Map 1] LI-HG: If this is the last thing in your logs, you probably have a buggy GD library. Get > 2.0.33 or use PHP builtin.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:442] [Map 1] LI-HG: Skipping unavailable imagefilter() call.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [pre_render@WeatherMapNode.class.php:232] [Map 1] LI-HG: Node->pre_render: node06147 Label Metrics are: 49 x 13 -> 53 x 17
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2785] [Map 1] LI-HG: Pre-rendering node06147 to get bounding boxes.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2785] [Map 1] LI-HG: Pre-rendering DEFAULT to get bounding boxes.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2785] [Map 1] LI-HG: Pre-rendering :: DEFAULT :: to get bounding boxes.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 85_100 (255,0,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 70_85 (255,192,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 55_70 (240,240,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 40_55 (0,240,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 25_40 (0,192,255)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 10_25 (32,32,255)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 1_10 (140,0,255)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 0_1 (255,255,255)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT 0_0 (192,192,192)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT TIME (0,0,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT TITLE (0,0,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT BG (255,255,255)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT KEYBG (255,255,255)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT KEYOUTLINE (0,0,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [AllocateScaleColours@Weathermap.class.php:2697] [Map 1] LI-HG: AllocateScaleColours: DEFAULT KEYTEXT (0,0,0)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2722] [Map 1] LI-HG: Start of Map Drawing
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2721] [Map 1] LI-HG: =====================================
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2719] [Map 1] LI-HG: Finished Post-Processing Plugins...
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [run@WeatherMapPostProcessorTest.php:26] [Map 1] LI-HG: WeatherMapPostProcessorTest Not Enabled
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2714] [Map 1] LI-HG: Running WeatherMapPostProcessorTest->run()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2711] [Map 1] LI-HG: Running Post-Processing Plugins...
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [DrawMap@Weathermap.class.php:2706] [Map 1] LI-HG: Trace: DrawMap()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_memory_check@poller-common.php:11] [Map 1] LI-HG: MEM pre-render 1: memory_get_usage() says 6.8MBytes used. Limit is 256M
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] [Map 1] LI-HG: About to write image file. If this is the last message in your log, increase memory_limit in php.ini [WMPOLL01]
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_memory_check@poller-common.php:11] [Map 1] LI-HG: MEM postdata 1: memory_get_usage() says 6.8MBytes used. Limit is 256M
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:903] [Map 1] LI-HG: ------------------------------
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:902] [Map 1] LI-HG: ReadData Completed.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06462 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06462 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:841] [Map 1] LI-HG: ReadData: No targets for NODE node06462
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for NODE node06462:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06198 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06198 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:841] [Map 1] LI-HG: ReadData: No targets for NODE node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for NODE node06198:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06185 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06185 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:841] [Map 1] LI-HG: ReadData: No targets for NODE node06185
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for NODE node06185:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06147 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06147 '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:841] [Map 1] LI-HG: ReadData: No targets for NODE node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for NODE node06147:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC DEFAULT '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC DEFAULT '' 0_0 192 192 192
.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:846] [Map 1] LI-HG: ReadData: Skipping NODE DEFAULT that looks like a template
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for NODE DEFAULT:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC :: DEFAULT :: '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC :: DEFAULT :: '' 0_0 192 192 192
.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:846] [Map 1] LI-HG: ReadData: Skipping NODE :: DEFAULT :: that looks like a template
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for NODE :: DEFAULT :::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 64,64
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#ffffff' to node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#ffffff' to node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_1' to node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_1' to node06198-node06147
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06198-node06147 '' 0_1 255 255 255
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06198-node06147 '' 0_1 255 255 255
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:837] [Map 1] LI-HG: ReadData complete for LINK node06198-node06147: 64 64
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:831] [Map 1] LI-HG: DataTime MINMAX: 1250255400 -> 1250255400
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:824] [Map 1] LI-HG: Aggregate so far: 64 64
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:641] [Map 1] LI-HG: RRD ReadData: Returning (64,64,1250255400)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:492] [Map 1] LI-HG: RRD ReadDataFromRealRRD: Returning (8,1009302861e+01,8,4149228540e+01,1250255400)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:458] [Map 1] LI-HG: 8,4149228540e+01 is OK value for traffic_out
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:458] [Map 1] LI-HG: 8,1009302861e+01 is OK value for traffic_in
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:437] [Map 1] LI-HG: --1250255400: 8,1009302861e+01 8,4149228540e+01
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:437] [Map 1] LI-HG: --1250255700: nan nan
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:437] [Map 1] LI-HG: --
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:428] [Map 1] LI-HG: RRD ReadData: Headings are: traffic_in traffic_out
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:427] [Map 1] LI-HG: RRD ReadData: Read 5 lines from rrdtool
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: >
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250255700: nan nan
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250255400: 8,1009302861e+01 8,4149228540e+01
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250255100: 8,7480459413e+01 9,1316897706e+01
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250254800: 1,3198445995e+02 1,4978442931e+02
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:399] [Map 1] LI-HG: RRD ReadData: Running: /usr/bin/rrdtool fetch /var/www/cacti/rra/fortigate_50b_traffic_in_611.rrd AVERAGE --start now-800 --end now
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:359] [Map 1] LI-HG: RRD ReadData: traditional style
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:611] [Map 1] LI-HG: RRD ReadData: Target DS names are traffic_in and traffic_out
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:553] [Map 1] LI-HG: SCALING result by 8
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:781] [Map 1] LI-HG: ReadData: Matched for WeatherMapDataSource_rrd. Calling WeatherMapDataSource_rrd->ReadData()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:737] [Map 1] LI-HG: ReadData: New Target: /var/www/cacti/rra/fortigate_50b_traffic_in_611.rrd
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for LINK node06198-node06147:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 40,40
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#ffffff' to node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#ffffff' to node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_1' to node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_1' to node06185-node06198
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06185-node06198 '' 0_1 255 255 255
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC node06185-node06198 '' 0_1 255 255 255
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:837] [Map 1] LI-HG: ReadData complete for LINK node06185-node06198: 40 40
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:831] [Map 1] LI-HG: DataTime MINMAX: 1250255400 -> 1250255400
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:824] [Map 1] LI-HG: Aggregate so far: 40 40
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:641] [Map 1] LI-HG: RRD ReadData: Returning (40,40,1250255400)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:492] [Map 1] LI-HG: RRD ReadDataFromRealRRD: Returning (5,7057048779e+03,5,6694577720e+03,1250255400)
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:458] [Map 1] LI-HG: 5,6694577720e+03 is OK value for traffic_out
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:458] [Map 1] LI-HG: 5,7057048779e+03 is OK value for traffic_in
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:437] [Map 1] LI-HG: --1250255400: 5,7057048779e+03 5,6694577720e+03
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:437] [Map 1] LI-HG: --1250255700: nan nan
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:437] [Map 1] LI-HG: --
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:428] [Map 1] LI-HG: RRD ReadData: Headings are: traffic_in traffic_out
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:427] [Map 1] LI-HG: RRD ReadData: Read 5 lines from rrdtool
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: >
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250255700: nan nan
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250255400: 5,7057048779e+03 5,6694577720e+03
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250255100: 6,3390812400e+03 5,5965090923e+03
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:419] [Map 1] LI-HG: > 1250254800: 3,8427642154e+03 4,6678108023e+03
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:399] [Map 1] LI-HG: RRD ReadData: Running: /usr/bin/rrdtool fetch /var/www/cacti/rra/fortiwifi_80_traffic_in_503.rrd AVERAGE --start now-800 --end now
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:359] [Map 1] LI-HG: RRD ReadData: traditional style
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:611] [Map 1] LI-HG: RRD ReadData: Target DS names are traffic_in and traffic_out
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:553] [Map 1] LI-HG: SCALING result by 8
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:781] [Map 1] LI-HG: ReadData: Matched for WeatherMapDataSource_rrd. Calling WeatherMapDataSource_rrd->ReadData()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:737] [Map 1] LI-HG: ReadData: New Target: /var/www/cacti/rra/fortiwifi_80_traffic_in_503.rrd
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for LINK node06185-node06198:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to DEFAULT
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC DEFAULT '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC DEFAULT '' 0_0 192 192 192
.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:846] [Map 1] LI-HG: ReadData: Skipping LINK DEFAULT that looks like a template
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for LINK DEFAULT:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:898] [Map 1] LI-HG: ReadData: Setting 0,0
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalecolor='#c0c0c0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalecolor='#c0c0c0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscaletag='' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscaletag='' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note outscalekey='0_0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_note@Weathermap.class.php:89] [Map 1] LI-HG: Adding note inscalekey='0_0' to :: DEFAULT ::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC :: DEFAULT :: '' 0_0 192 192 192
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [NewColourFromPercent@Weathermap.class.php:1110] [Map 1] LI-HG: NCFPC :: DEFAULT :: '' 0_0 192 192 192
.
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:846] [Map 1] LI-HG: ReadData: Skipping LINK :: DEFAULT :: that looks like a template
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:729] [Map 1] LI-HG: ReadData for LINK :: DEFAULT :::
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:728] [Map 1] LI-HG:
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:703] [Map 1] LI-HG: ReadData: Updating link data for all links and nodes
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:702] [Map 1] LI-HG: ======================================
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:700] [Map 1] LI-HG: Finished Initialising Plugins...
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_external->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_fping->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_static->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_tabfile->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:695] [Map 1] LI-HG: Removing WeatherMapDataSource_cactithold from Data Source list, since Init() failed
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_cactithold.php:40] [Map 1] LI-HG: ReadData CactiTHold: THold plugin not enabled. [THOLD002]\n
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_cactithold->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_cactihost->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_time->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_snmp->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_dbsample->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_mrtg->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_hint@Weathermap.class.php:109] [Map 1] LI-HG: Adding hint cacti_url='/cacti/' to MAP
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [add_hint@Weathermap.class.php:109] [Map 1] LI-HG: Adding hint cacti_path_rra='/var/www/cacti/rra' to MAP
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_rrd.php:22] [Map 1] LI-HG: RRD DS: path_rra is /var/www/cacti/rra - your rrd pathname must be exactly this to use poller_output
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:687] [Map 1] LI-HG: Running WeatherMapDataSource_rrd->Init()
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:682] [Map 1] LI-HG: Running Init() for Data Source Plugins...
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [weathermap_memory_check@poller-common.php:11] [Map 1] LI-HG: MEM postread 1: memory_get_usage() says 6.8MBytes used. Limit is 256M
08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadConfig@Weathermap.class.php:2489]
Attachments
Bild.png
Bild.png (16.7 KiB) Viewed 3698 times
Cacti 0.8.7e on Debian Lenny
Plugin Architecture 2.5
Network Weathermap 0.96a
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

Code: Select all

08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:492] [Map 1] LI-HG: RRD ReadDataFromRealRRD: Returning (5,7057048779e+03,5,6694577720e+03,1250255400) 


08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@WeatherMapDataSource_rrd.php:641] [Map 1] LI-HG: RRD ReadData: Returning (40,40,1250255400) 

08/14/2009 03:10:11 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:824] [Map 1] LI-HG: Aggregate so far: 40 40 
This doesn't look right at all.

Which version of Weathermap do you have? Only the very recent ones deal with localised numbers properly (5,6 vs 5.6)...
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!)
Hildebrand
Posts: 18
Joined: Thu Oct 27, 2005 9:24 am
Location: Germany, Bavaria

Post by Hildebrand »

I have:
Cacti 0.8.7e on Debian Lenny
Plugin Architecture 2.5
Network Weathermap 0.96a

Cacti was upgraded from 0.8.7a
Plugin Architecture and Network Weathermap was fresh installed yesterday.

Greetings
Cacti 0.8.7e on Debian Lenny
Plugin Architecture 2.5
Network Weathermap 0.96a
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

Hildebrand wrote:I have:
Cacti 0.8.7e on Debian Lenny
Plugin Architecture 2.5
Network Weathermap 0.96a

Cacti was upgraded from 0.8.7a
Plugin Architecture and Network Weathermap was fresh installed yesterday.

Greetings
Try this?
http://www.network-weathermap.com/blog/ ... weathermap
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!)
Hildebrand
Posts: 18
Joined: Thu Oct 27, 2005 9:24 am
Location: Germany, Bavaria

Post by Hildebrand »

I will try it, but does it also work with spine ?
We don´t use the cmd.php

//EDIT:
Or should we go back to RRD 1.2 ?

Greetings
Cacti 0.8.7e on Debian Lenny
Plugin Architecture 2.5
Network Weathermap 0.96a
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

Hildebrand wrote:I will try it, but does it also work with spine ?
We don´t use the cmd.php

//EDIT:
Or should we go back to RRD 1.2 ?

Greetings
RRDtool 1.3 now honours your locale settings. That means that numbers aren't always formatted as weathermap expects. I *thought* I'd made some changes to take this into account, but they obviously aren't working.

The LC change should work with spine or cmd - it's still poller.php. Others have reported success with it.

Going back to 1.2 would probably fix it, but there are some good performance benefits to 1.3.

I'll have a play with this on my test system, and see if I can get Weathermap to set the locale itself. The thing is that you probably would prefer for percentages to say 1,44% instead of 1.44% as well, right? :-)

The other alternative is to use the poller_output support, which collects the data directly from the Cacti poller, rather than reading it back out of rrd files. That is more efficient (no running all those external processes), and doesn't suffer the same way.
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!)
Hildebrand
Posts: 18
Joined: Thu Oct 27, 2005 9:24 am
Location: Germany, Bavaria

Post by Hildebrand »

This workaround with the LC works 8)
Thank you very much.

Good look for the next Version!

Greetings
Cacti 0.8.7e on Debian Lenny
Plugin Architecture 2.5
Network Weathermap 0.96a
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests