<div dir="ltr"><div><div><div><div><div><div>Hi all,<br><br></div>I have a check in xymon to plot the time taken for several reports on the system to be run. For each report, I have xymon monitors that are collecting the data to the rrds but I am unable to populate the graph for these checks.<br><br></div>Below is the output of rrdtool <info> on one of the rrds -<br><br>filename = "SecondsElapsed.rrd"<br>rrd_version = "0003"<br>step = 300<br>last_update = 1446514863<br>header_size = 1216<br>ds[SecondsElapsed].index = 0<br>ds[SecondsElapsed].type = "GAUGE"<br>ds[SecondsElapsed].minimal_heartbeat = 900<br>ds[SecondsElapsed].min = 0.0000000000e+00<br>ds[SecondsElapsed].max = NaN<br>ds[SecondsElapsed].last_ds = "5"<br>ds[SecondsElapsed].value = NaN<br>ds[SecondsElapsed].unknown_sec = 63<br>rra[0].cf = "AVERAGE"<br>rra[0].rows = 576<br>rra[0].cur_row = 258<br>rra[0].pdp_per_row = 1<br>rra[0].xff = 5.0000000000e-01<br>rra[0].cdp_prep[0].value = NaN<br>rra[0].cdp_prep[0].unknown_datapoints = 0<br>rra[1].cf = "AVERAGE"<br>rra[1].rows = 576<br>rra[1].cur_row = 481<br>rra[1].pdp_per_row = 6<br>rra[1].xff = 5.0000000000e-01<br>rra[1].cdp_prep[0].value = 0.0000000000e+00<br>rra[1].cdp_prep[0].unknown_datapoints = 2<br>rra[2].cf = "AVERAGE"<br>rra[2].rows = 576<br>rra[2].cur_row = 382<br>rra[2].pdp_per_row = 24<br>rra[2].xff = 5.0000000000e-01<br>rra[2].cdp_prep[0].value = 0.0000000000e+00<br>rra[2].cdp_prep[0].unknown_datapoints = 20<br>rra[3].cf = "AVERAGE"<br>rra[3].rows = 576<br>rra[3].cur_row = 338<br>rra[3].pdp_per_row = 288<br>rra[3].xff = 5.0000000000e-01<br>rra[3].cdp_prep[0].value = 0.0000000000e+00<br>rra[3].cdp_prep[0].unknown_datapoints = 20<br><br></div>Below is my graph definition in graphs.cfg (The column name in Xymon is "Status")<br><br>[Status]<br>        FNPATTERN SecondsElapsed.rrd<br>        TITLE Report Execution time in seconds<br>        YAXIS Seconds<br>        DEF:SecondsElapsed=SecondsElapsed.rrd:SecondsElapsed:AVERAGE<br>        GPRINT:SecondsElapsed:LAST:Minutes\: %5.0lf (cur)<br><br></div>Any clues why my graphs are not working ? Thanks!<br><br></div>Regards,<br></div>Raunak<br></div>