summaryrefslogtreecommitdiff
path: root/openwrt/package/rrdcollect/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 02:57:28 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 02:57:28 +0000
commit4bff4b6a8ff28d843bfe6fa15315c4108f18bfda (patch)
tree5c95bf4c94d95e4be1fe3b79afb69b5b5d64faa0 /openwrt/package/rrdcollect/ipkg
parent7278f81f2eba2683f737abd90d8e769e36ee1279 (diff)
add rrdcollect package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1653 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/rrdcollect/ipkg')
-rw-r--r--openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles1
-rw-r--r--openwrt/package/rrdcollect/ipkg/rrdcollect.control12
2 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles b/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles
new file mode 100644
index 0000000000..991cfd27d8
--- /dev/null
+++ b/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles
@@ -0,0 +1 @@
+/etc/rrdcollect.conf
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.control b/openwrt/package/rrdcollect/ipkg/rrdcollect.control
new file mode 100644
index 0000000000..75eb97705b
--- /dev/null
+++ b/openwrt/package/rrdcollect/ipkg/rrdcollect.control
@@ -0,0 +1,12 @@
+Package: rrdcollect
+Priority: optional
+Section: admin
+Maintainer: Oliver Ertl <oliver@ertl-net.net>, OpenWrt Developers <bugs@openwrt.org>
+Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdcollect/
+Depends: librrd
+Description: Round-Robin Database Collecting Daemon
+ RRDcollect is a daemon which polls ceratin 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.