summaryrefslogtreecommitdiffstats
path: root/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
commitad5a144e9f567717513d0de7d93c7e5a83a3b8f0 (patch)
treeb2de25c13b8754fbea16eff78d905a630587dae0 /package/rrdcollect/ipkg
parent8ad8b95dcc1401f37beccafceb54b27bfe710c4f (diff)
add rrdcollect package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1653 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rrdcollect/ipkg')
-rw-r--r--package/rrdcollect/ipkg/rrdcollect.conffiles1
-rw-r--r--package/rrdcollect/ipkg/rrdcollect.control12
2 files changed, 13 insertions, 0 deletions
diff --git a/package/rrdcollect/ipkg/rrdcollect.conffiles b/package/rrdcollect/ipkg/rrdcollect.conffiles
new file mode 100644
index 000000000..991cfd27d
--- /dev/null
+++ b/package/rrdcollect/ipkg/rrdcollect.conffiles
@@ -0,0 +1 @@
+/etc/rrdcollect.conf
diff --git a/package/rrdcollect/ipkg/rrdcollect.control b/package/rrdcollect/ipkg/rrdcollect.control
new file mode 100644
index 000000000..75eb97705
--- /dev/null
+++ b/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.