rrdcollect-example.control 464 B

12345678910
  1. Package: rrdcollect-example
  2. Priority: optional
  3. Section: admin
  4. Depends: rrdcgi, rrdtool, rrdcollect
  5. Description: Example setup for Round-Robin Database (RRD) collecting daemon
  6. RRDcollect is a daemon which polls certain files in /proc/
  7. directory, gathering data and storing it inside RRDtool's
  8. database files. Being written in C should be both fast
  9. and resources-friendly. Supports both scanf(3)-style
  10. pattern matches and perl compatible regular expressions.