summaryrefslogtreecommitdiff
path: root/openwrt/package/rrdcollect/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-15 03:05:42 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-15 03:05:42 +0000
commit4786fe254abd84b36b73d9090d5cb4ab5d31495b (patch)
treed4faca95068e2f353982aa09b4d990f20d4f7637 /openwrt/package/rrdcollect/ipkg
parent4e3526f1d360c2dc6a7fbc01b4fdc7851ccc4b42 (diff)
downloadmtk-20170518-4786fe254abd84b36b73d9090d5cb4ab5d31495b.zip
mtk-20170518-4786fe254abd84b36b73d9090d5cb4ab5d31495b.tar.gz
mtk-20170518-4786fe254abd84b36b73d9090d5cb4ab5d31495b.tar.bz2
add missing ipkg/ files for rrdcollect-example
SVN-Revision: 1677
Diffstat (limited to 'openwrt/package/rrdcollect/ipkg')
-rw-r--r--openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles2
-rw-r--r--openwrt/package/rrdcollect/ipkg/rrdcollect-example.control12
2 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles
new file mode 100644
index 0000000..9e9a33a
--- /dev/null
+++ b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles
@@ -0,0 +1,2 @@
+/etc/rrd.conf
+/etc/rrdcollect.conf
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect-example.control b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.control
new file mode 100644
index 0000000..35b4f95
--- /dev/null
+++ b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.control
@@ -0,0 +1,12 @@
+Package: rrdcollect-example
+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: 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.