A simple connector between
RRDtool &
ubus.
Creates a ubus object (default: rrd
) bound to a single rrdcached
instance & exports
stats
: general statistics for this cache,list
: list RRD files under management for this cache,info
: specific information for a particular RRD file,fetch
: fetch current buckets for a particular RRD, &update
: update single value for a particular RRD.
Does not currently support creation via ubus.
Requires
If not using
glibc,
requires external argp
library, e.g. via
argp-standalone.
License: MIT