Map created had on everyone link value 0
after some digging here is the reason (machine is debian)
Code: Select all
WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:188] [Map 3] internal.conf: RRD ReadData: Running: /usr/bin/rrdtool fetch /var/www/cacti/rra/some_device.rrd AVERAGE --start now-800 --end now
WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:208] [Map 3] internal.conf: > 1235126700: 5,4684722222e+01 8,9018465889e+03
WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:208] [Map 3] internal.conf: > 1235127000: 5,5728321705e+01 7,5843472522e+03
WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:208] [Map 3] internal.conf: > 1235127300: 5,0495422739e+01 7,6813132367e+03
WEATHERMAP: Poller[0] DEBUG: [wmrrd_read_from_real_rrdtool@WeatherMapDataSource_rrd.php:208] [Map 3] internal.conf: > 1235127600: nan nan
locale used at this system is PL_pl. Problem was resolved after small change in crontab:
Code: Select all
*/5 * * * * cactiuser export LC_NUMERIC=C;php /var/www/cacti/poller.php > /dev/null 2>&1