summaryrefslogtreecommitdiff
path: root/package/rrdcollect/ipkg/rrdcollect-example.control
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/rrdcollect/ipkg/rrdcollect-example.control
Initial import
Diffstat (limited to 'package/rrdcollect/ipkg/rrdcollect-example.control')
-rw-r--r--package/rrdcollect/ipkg/rrdcollect-example.control10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/rrdcollect/ipkg/rrdcollect-example.control b/package/rrdcollect/ipkg/rrdcollect-example.control
new file mode 100644
index 000000000..ab4c68e5a
--- /dev/null
+++ b/package/rrdcollect/ipkg/rrdcollect-example.control
@@ -0,0 +1,10 @@
+Package: rrdcollect-example
+Priority: optional
+Section: admin
+Depends: rrdcgi, rrdtool, rrdcollect
+Description: Example setup for Round-Robin Database (RRD) collecting daemon
+ RRDcollect is a daemon which polls certain files in /proc/
+ directory, gathering data and storing it inside RRDtool's
+ database files. Being written in C should be both fast
+ and resources-friendly. Supports both scanf(3)-style
+ pattern matches and perl compatible regular expressions.