add missing ipkg/ files for rrdcollect-example
authorNicolas Thill <nico@openwrt.org>
Mon, 15 Aug 2005 03:05:42 +0000 (03:05 +0000)
committerNicolas Thill <nico@openwrt.org>
Mon, 15 Aug 2005 03:05:42 +0000 (03:05 +0000)
SVN-Revision: 1677

openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles [new file with mode: 0644]
openwrt/package/rrdcollect/ipkg/rrdcollect-example.control [new file with mode: 0644]

diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles
new file mode 100644 (file)
index 0000000..9e9a33a
--- /dev/null
@@ -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 (file)
index 0000000..35b4f95
--- /dev/null
@@ -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.