show RRD Graph based on daily values
list Hans van Dam
I want to display a graph with values that change only once a day. The check is a clientside script in which te sslstatus of a website is calculated I translate the values (T, U, F, E, D, C, B, A-, A and A+) into a percentage default=0, E=25, D=50, C=75, B=80 and A-=90 A=95 and A+=100 when I run the testsscript every 5 minutes the graph will appear nice. but when I run the script once or twice a day nothing wil appear. Is it possible to get a graph without writing a script that checks every 5 minutes?
list Jeremy Laidman
Hi Hans The step and heartbeat settings for the RRD file are prescribed in rrddefinitions.cfg, and are used when a new RRD file is created. There's no man page for rrddefinitions.cfg but lots of comments at the top of the file. You'll need to delete the RRD file so that it can be recreated with the new parameters. Also a thread: https://lists.xymon.com/archive/2011-November/033057.html
▸
On Tue, 22 Dec 2020, 20:10 Hans van Dam, <user-c3f43c1778e5@xymon.invalid> wrote:
I want to display a graph with values that change only once a day. The check is a clientside script in which te sslstatus of a website is calculated I translate the values (T, U, F, E, D, C, B, A-, A and A+) into a percentage default=0, E=25, D=50, C=75, B=80 and A-=90 A=95 and A+=100 when I run the testsscript every 5 minutes the graph will appear nice. but when I run the script once or twice a day nothing wil appear. Is it possible to get a graph without writing a script that checks every 5 minutes?