From: Nicolas Thill Date: Mon, 15 Aug 2005 03:05:42 +0000 (+0000) Subject: add missing ipkg/ files for rrdcollect-example X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1dc2a42216e59dfc9f0261ebdb967b9aa9c681c3;p=15.05%2Fopenwrt.git add missing ipkg/ files for rrdcollect-example git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1677 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.conffiles new file mode 100644 index 0000000000..9e9a33a22a --- /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 0000000000..35b4f9547f --- /dev/null +++ b/openwrt/package/rrdcollect/ipkg/rrdcollect-example.control @@ -0,0 +1,12 @@ +Package: rrdcollect-example +Priority: optional +Section: admin +Maintainer: Oliver Ertl , OpenWrt Developers +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.