Folks,
Just to say keeping rrdcached for smokeping, and just using the smokeping.sock
server "default" {
listen on * port 80
location "/smokeping/smokeping.fcgi*" {
fastcgi {
socket "/run/smokeping.sock"
}
}
}
is way faster ... for the user interface... ... Ill let you know if
there are any negative impact on the graphs ...
Thanks
Tom Smyth
On Wed, 8 Mar 2023 at 15:21, Tom Smyth <[email protected]> wrote:
>
> Hello
> I found that RRDCached helps with the gaps in the graphs... (write
> i/o burst smoothing) (which is the main reason I went with rrdcached
>
> but it did not help so much on the user interface / web rendering front ...
> (perhaps I could try (if it is even possible) to try the following
>
> write rrds using smokeping --> rrdcached-->rrdfile
> and separately read
> rrdfile --> smokeping_fcgi --> httpd
> or does rrdcahced need to exclusively manage I/O ( read and write)
> with the rrd files. ?
> Ill investgate this a bit more ... (comments and ideas welcome ..
>
> On Wed, 8 Mar 2023 at 14:16, Stuart Henderson <[email protected]> wrote:
> >
> > On 2023/03/07 14:38, Tom Smyth wrote:
> > > the config below seems to get rrdcached working with httpd in OpenBSD.
> > > ...
> >
> > Thanks, I've added this to the pkg-readme.
> >
> > > the loading of the smokeping detailed graphs still takes a while ... but
> > > I
> > > will do further dianostics...
> >
> > Do check to make sure that using rrdcached does actually improve things
> > for your setup, you might find that it doesn't.
> >
>
>
> --
> Kindest regards,
> Tom Smyth.
--
Kindest regards,
Tom Smyth.