I managed to install a fresh cacti on my Synology box. Now graphs are plotting fine except they are exactly one hour behind.
My RRA's are showing this:
Code: Select all
1373908200: 4.6006666667e+01
1373908500: 4.5006666667e+01
1373908800: 5.1976666667e+01
1373909100: 5.2000000000e+01
1373909400: 5.2996666667e+01
1373909700: 5.1006666667e+01
1373910000: nan
1373910300: nan
1373910600: nan
1373910900: nan
1373911200: nan
1373911500: nan
1373911800: nan
1373912100: nan
1373912400: nan
1373912700: nan
1373913000: nan
1373913300: nan
1373913600: nan
Code: Select all
07/15/2013 08:45:01 PM - POLLER: Poller[0] CACTI2RRD: /opt/bin/rrdtool update /volume1/web/cacti/rra/localhost_hdd_free_13.rrd --template hdd_used:hdd_free 1373910301:11280125196:20772901932
When I issue
Code: Select all
php -r "echo date ('Ymd His');"
Please help,
Chris