You will need rrdtool installed on
the system, where apinger is running. Make
sure apinger will find it. You may pass the
path to the configure script before
apinger compilation. To make apinger actually store the
measurements, you need to set rrd interval global
configuration option to some time interval and rrd
file target configuration option to path of the database which
will be written by apinger. The database should be
writable by user set with user option. To graph the stored measurements you can use
rrdcgi script generated by
apinger with -g option followed by
path to a directory where the graphs will be stored. Usually you will
also need to pass -l followed with location of those
graphs as seen on the HTTP server. |