I get just gray arrows. The message I am getting isHowie wrote:I don't understand... Do you mean that you just get grey arrows? Do you get any error message? Have you tried the --debug option?luckyksc wrote: was able to get everything to work except I am not getting any data on the graph produce.
ReadData: Link sync-core had no valid data
When I ran --debug I get:
ReadFromRRD: Target DS names are traffic_in and traffic_out
ReadFromRRD: Running: c:/rrdtool/rrdtool.exe fetch rra/temp.rrd AVERAGE --start now-400
> 1121114700: 2.4402516944e+002 1.8321355482e+002
> 1121115000: -1.#IND000000e+000 -1.#IND000000e+000
> 1121115300: -1.#IND000000e+000 -1.#IND000000e+000
> --
--1121115300: -1.#IND000000e+000 -1.#IND000000e+000
ReadFromRRD: Found a good line: 1121115300: -1.#IND000000e+000 -1.#IND000000e+
000
(timestamp traffic_out traffic_in
)
--1121115000: -1.#IND000000e+000 -1.#IND000000e+000
--1121114700: 2.4402516944e+002 1.8321355482e+002
ReadFromRRD: Our line is 1121115300: -1.#IND000000e+000 -1.#IND000000e+000
Then I tried fetch with the command line, I get data up to line #1121115000. It seem like it's grabbing the last line, how can I tell it to grab the 3 to last line? or what last line that is valid?
1121113200: 2.1975066667e+002 1.8881333333e+002
1121113500: 2.3955269103e+002 2.0088316279e+002
1121113800: 2.2897729786e+002 1.7848487054e+002
1121114100: 2.3684959863e+002 1.8866251739e+002
1121114400: 2.3781774582e+002 1.8960478261e+002
1121114700: 2.4402516944e+002 1.8321355482e+002
1121115000: 2.3593688612e+002 2.1624295629e+002
1121115300: -1.#IND000000e+000 -1.#IND000000e+000
1121115600: -1.#IND000000e+000 -1.#IND000000e+000
Thanks