Skip to content

ArgosyLabs/rrdub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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