Ok cool, thank you!
So i've got a simple graph working between two nodes. When i run
Code:
./weathermap --config weathermap.conf
i get this:
Code:
WARNING: weathermap.conf: RRD ReadData: At least one of your DS names (traffic_in and traffic_out) were not found, even though there was a valid data line. Maybe they are wrong? Valid DS names in this file are: uptime,loss,median,ping1,ping2,ping3,ping4,ping5,ping6,ping7,ping8,ping9,ping10, [WMRRD06]
WARNING: weathermap.conf: ReadData: LINK ams-to-nyc, target: data/AMS-smokeping.nyc.rrd on config line 24 of weathermap.conf had no valid data, according to WeatherMapDataSource_rrd
The two things i'm interested in is latency and packet loss. So not really sure what DS names i should use from that list above
Trying something like:
Code:
TARGET data/AMS-smokeping.nyc.rrd:loss:ping1
Doesn't really do anything and i now see this when loading the config:
Code:
/weathermap --config weathermap.conf
WARNING: weathermap.conf: ReadData: LINK ams-to-nyc, target: data/AMS-smokeping.nyc.rrd:loss:ping1 on config line 24 of weathermap.conf had no valid data, according to WeatherMapDataSource_rrd
PHP Warning: strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /var/www/html/weathermap/lib/Weathermap.class.php on line 3196