Boost 2.1 and Weathermap 0.96test

Support questions about the Network Weather Map plugin

Moderators: Developers, Moderators

mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Boost 2.1 and Weathermap 0.96test

Post by mcutting »

Howie,

Is it my imagination, or does 'SET rrd_use_poller_output 1' in the configs file not work under the SVN version of Weathermap when you have BOOST 2.1 installed ?

Getting complaints of RRD's not containing any data, although shouldn't this data come from the poller_output table ?

Thanks
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Hmm - disabled BOOST, the the Weathermap works fine again, with the line 'SET rrd_use_poller_output 1' in the config file still....

Howie - any ideas ?

Thanks
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

Nope, I can't get Boost to work at all lately. Last I tried was 2.0.

I can't actually get spine working smoothly at the moment, in fact. :roll:

I'll see if I can get a VM working with current cacti+spine+boost.
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!)
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Getting boost to work was the easy bit - getting weathermap to read from poller_output was the hard part.

I think the backslahes in the config file rrd paths should be forward slashes, so I'm going to try this next.

I think my instance of weathermap is still reading from the RRD files despite the SET command....
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

mcutting wrote: I think my instance of weathermap is still reading from the RRD files despite the SET command....
If you run with DEBUG, you should see this happening in the log... there will be a note that the file couldn't be found by the poller_output thingy.
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!)
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Yes, I saw a ref to this in another post. Will check it out
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Howie,

I spent a few hours trying to get poller_output to work on Weathermap. I have the following at the top of the config file

This is the first read line

SET rrd_use_poller_ouput 1

In the DEBUG logs, I see

01/17/2009 06:04:20 PM - WEATHERMAP: Poller[0] DEBUG: [add_hint@Weathermap.class.php:109] [Map 13] PERMALGROUP-REV1: Adding hint cacti_path_rra='C:/wamp/www/cacti/rra' to MAP
01/17/2009 06:04:20 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_rrd.php:26] [Map 13] PERMALGROUP-REV1: RRD DS: path_rra is C:/wamp/www/cacti/rra - your rrd pathname must be exactly this to use poller_output
01/17/2009 06:04:20 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_rrd.php:22] [Map 13] PERMALGROUP-REV1: RRD DS: path_rra is C:/wamp/www/cacti/rra - your rrd pathname must be exactly this to use poller_output
01/17/2009 05:59:19 PM - WEATHERMAP: Poller[0] DEBUG: [add_hint@Weathermap.class.php:109] [Map 13] PERMALGROUP-REV1: Adding hint cacti_path_rra='C:/wamp/www/cacti/rra' to MAP
01/17/2009 05:59:19 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_rrd.php:26] [Map 13] PERMALGROUP-REV1: RRD DS: path_rra is C:/wamp/www/cacti/rra - your rrd pathname must be exactly this to use poller_output
01/17/2009 05:59:19 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_rrd.php:22] [Map 13] PERMALGROUP-REV1: RRD DS: path_rra is C:/wamp/www/cacti/rra - your rrd pathname must be exactly this to use poller_output
01/17/2009 05:56:25 PM - WEATHERMAP: Poller[0] DEBUG: [add_hint@Weathermap.class.php:109] [Map 13] PERMALGROUP-REV1: Adding hint cacti_path_rra='C:/wamp/www/cacti/rra' to MAP
01/17/2009 05:56:25 PM - WEATHERMAP: Poller[0] DEBUG: [Init@WeatherMapDataSource_rrd.php:26] [Map 13] PERMALGROUP-REV1: RRD DS: path_rra is C:/wamp/www/cacti/rra - your rrd pathname must be exactly this to use poller_output


In the config file, I have the RRA path as an example

TARGET rrd:C:/wamp/www/cacti/rra/psin2732_traffic_in_3078.rrd

I then run the poller in DEBUG, and search for the words poller_output in the log, but all I get is the above - Weathermap appears to be still reading from the RRD files.

What did I do wrong ???

Thanks
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

I would have expected some lines like

Code: Select all

RRD ReadData: poller_output: $db_rrdname is not a valid RRD filename within this Cacti install. <path_rra> is $path_rra
If you look in the weathermap_data table, are there entries there?

If you remove them, are they re-created by the next poller cycle?
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!)
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Howie wrote:I would have expected some lines like

Code: Select all

RRD ReadData: poller_output: $db_rrdname is not a valid RRD filename within this Cacti install. <path_rra> is $path_rra
If you look in the weathermap_data table, are there entries there?

If you remove them, are they re-created by the next poller cycle?
Hi Howie,

This table is completely empty ? Any ideas ?

Thanks
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

mcutting wrote:
Howie wrote:I would have expected some lines like

Code: Select all

RRD ReadData: poller_output: $db_rrdname is not a valid RRD filename within this Cacti install. <path_rra> is $path_rra
If you look in the weathermap_data table, are there entries there?

If you remove them, are they re-created by the next poller cycle?
Hi Howie,

This table is completely empty ? Any ideas ?

Thanks
OK, so the weathermap poller_output stuff isn't able to match the filename in your target with a target in the cacti database. When it does do that, it puts the match in that table, so it can collect data for it next time the poller runs.

In that situation, you should be seeing a lot more logging than you are.

I have a Windows 2008 VM hanging around somewhere, so I'll try it myself today.
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!)
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Thanks Howie,

Can I send you my config file just to make sure I haven't missed anything ? Also, I see that Weathermap creates 4 tables - is this correct ?

I even dropped these, and created them manually.

Regds
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Howie,

On checking out the DEBUG logs, the poller_output statement at the top of my map config is being ignored !

01/18/2009 06:04:35 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:435] [Map 1] PERMALGROUP-REV1: RRD ReadDataFromRealRRD: Returning (2.0200746760e+001,2.1036485834e+001,1232301600)
01/18/2009 06:04:35 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:401] [Map 1] PERMALGROUP-REV1: 2.1036485834e+001 is OK value for traffic_out
01/18/2009 06:04:35 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:401] [Map 1] PERMALGROUP-REV1: 2.0200746760e+001 is OK value for traffic_in
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:380] [Map 1] PERMALGROUP-REV1: --1232301600: 2.0200746760e+001 2.1036485834e+001
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:380] [Map 1] PERMALGROUP-REV1: --1232301900: -1.#IND000000e+000 -1.#IND000000e+000
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:380] [Map 1] PERMALGROUP-REV1: --
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:371] [Map 1] PERMALGROUP-REV1: RRD ReadData: Headings are: traffic_in traffic_out
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:362] [Map 1] PERMALGROUP-REV1: >
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:362] [Map 1] PERMALGROUP-REV1: > 1232301900: -1.#IND000000e+000 -1.#IND000000e+000
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:362] [Map 1] PERMALGROUP-REV1: > 1232301600: 2.0200746760e+001 2.1036485834e+001
01/18/2009 06:04:34 PM - WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:342] [Map 1] PERMALGROUP-REV1: RRD ReadData: Running: c:/wamp/www/cacti/rrdtool/rrdtool.exe fetch C:/wamp/www/cacti/rra/nycpermr1_traffic_in_2125.rrd AVERAGE --start now-800 --end now
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
User avatar
Howie
Cacti Guru User
Posts: 5508
Joined: Thu Sep 16, 2004 5:53 am
Location: United Kingdom
Contact:

Post by Howie »

What does it say just before that bit?

Start from the line that says something like 'New Target:' and follow it through. It should tell you if it's try to use poller_output there. If the poller_output stuff fails, it falls back to reading rrd files anyway, so the part you posted by itself isn't conclusive.
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!)
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Here we go...

Code: Select all

01/18/2009 06:59:58 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\tokyo.php  
01/18/2009 06:59:52 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\dubai.php  
01/18/2009 06:59:46 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\London.php  
01/18/2009 06:59:41 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\asia.php  
01/18/2009 06:59:35 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\NYC.php  
01/18/2009 06:59:29 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\Paris.php  
01/18/2009 06:59:28 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:64  
01/18/2009 06:59:27 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:64  
01/18/2009 06:59:27 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:245  
01/18/2009 06:59:26 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:70  
01/18/2009 06:59:26 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:71  
01/18/2009 06:59:25 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:69  
01/18/2009 06:59:24 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:72  
01/18/2009 06:59:24 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:89  
01/18/2009 06:59:23 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:67  
01/18/2009 06:59:23 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:73  
01/18/2009 06:59:22 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:66  
01/18/2009 06:59:21 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/nycpermr1_traffic_in_2125.rrd  
01/18/2009 06:59:20 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/plon4623_traffic_in_2548.rrd  
01/18/2009 06:59:19 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/plon4623_traffic_in_2548.rrd  
01/18/2009 06:59:18 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/cisco_pdxb547_dubai_traffic_in_1242.rrd  
01/18/2009 06:59:17 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/cisco_pnas075_nassau_traffic_in_1246.rrd  
01/18/2009 06:59:17 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/cisco_plon4621_sungard_traffic_in_1211.rrd  
01/18/2009 06:59:16 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/pnyc1683_traffic_in_1545.rrd  
01/18/2009 06:59:15 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/pbos404_traffic_in_2520.rrd  
01/18/2009 06:59:15 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/plon5316_traffic_in_2601.rrd  
01/18/2009 06:59:14 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/ppar3515_paris_traffic_in_1339.rrd  
01/18/2009 06:59:12 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/psin2732_traffic_in_3078.rrd  
01/18/2009 06:59:08 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/phkg1675_hong_kong_traffic_in_1277.rrd  
01/18/2009 06:59:05 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/ptyo1467_traffic_in_3263.rrd  
01/18/2009 06:57:51 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\tokyo.php  
01/18/2009 06:57:43 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\dubai.php  
01/18/2009 06:57:34 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\London.php  
01/18/2009 06:57:26 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\asia.php  
01/18/2009 06:57:17 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\NYC.php  
01/18/2009 06:57:10 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: !\wamp\bin\php\php5.2.6\php.exe \wamp\www\cacti\plugins\weathermap\Paris.php  
01/18/2009 06:57:06 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:64  
01/18/2009 06:57:06 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:64  
01/18/2009 06:57:05 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:245  
01/18/2009 06:57:05 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:70  
01/18/2009 06:57:04 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:71  
01/18/2009 06:57:04 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:69  
UP-REV1.conf: ReadData: New Target: cactihost:72  
01/18/2009 06:57:03 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:89  
01/18/2009 06:57:02 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:67  
01/18/2009 06:57:02 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:73  
01/18/2009 06:57:01 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: cactihost:66  
01/18/2009 06:57:00 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/nycpermr1_traffic_in_2125.rrd  
01/18/2009 06:56:57 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/plon4623_traffic_in_2548.rrd  
01/18/2009 06:56:57 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/cisco_pdxb547_dubai_traffic_in_1242.rrd  
01/18/2009 06:56:56 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/cisco_pnas075_nassau_traffic_in_1246.rrd  
01/18/2009 06:56:54 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/cisco_plon4621_sungard_traffic_in_1211.rrd  
01/18/2009 06:56:54 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/pnyc1683_traffic_in_1545.rrd  
01/18/2009 06:56:54 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/pbos404_traffic_in_2520.rrd  
01/18/2009 06:56:51 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/plon5316_traffic_in_2601.rrd  
01/18/2009 06:56:50 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/ppar3515_paris_traffic_in_1339.rrd  
01/18/2009 06:56:49 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/psin2732_traffic_in_3078.rrd  
01/18/2009 06:56:48 PM - WEATHERMAP: Poller[0] DEBUG: [ReadData@Weathermap.class.php:717] [Map 2] PERMALGROUP-REV1.conf: ReadData: New Target: rrd:C:/wamp/www/cacti/rra/phkg1675_hong_kong_traffic_in_1277.rrd  
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
mcutting
Cacti Guru User
Posts: 1884
Joined: Mon Oct 16, 2006 5:57 am
Location: United Kingdom
Contact:

Post by mcutting »

Sounds odd, but this is all the logs - not even a mention of poller_output ?
Cacti Version 0.8.8b
Cacti OS Ubuntu LTS
RRDTool Version RRDTool 1.4.7
Poller Information
Type SPINE 0.8.8b
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests