Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.07 KB

rrdub

RRDtool + ubus

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