diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-15 03:05:42 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-15 03:05:42 +0000 |
commit | 13f26b810bb6280179a4a047e6e552df92092e45 (patch) | |
tree | 7bc501037388649b0928c53f1ba23c0037be7209 /package | |
parent | 85bc26a939380f2c829d20286820ad5bb8ca99c2 (diff) | |
download | upstream-13f26b810bb6280179a4a047e6e552df92092e45.tar.gz upstream-13f26b810bb6280179a4a047e6e552df92092e45.tar.bz2 upstream-13f26b810bb6280179a4a047e6e552df92092e45.zip |
add missing ipkg/ files for rrdcollect-example
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1677 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/rrdcollect/ipkg/rrdcollect-example.conffiles | 2 | ||||
-rw-r--r-- | package/rrdcollect/ipkg/rrdcollect-example.control | 12 |
2 files changed, 14 insertions, 0 deletions
diff --git a/package/rrdcollect/ipkg/rrdcollect-example.conffiles b/package/rrdcollect/ipkg/rrdcollect-example.conffiles new file mode 100644 index 0000000000..9e9a33a22a --- /dev/null +++ b/package/rrdcollect/ipkg/rrdcollect-example.conffiles @@ -0,0 +1,2 @@ +/etc/rrd.conf +/etc/rrdcollect.conf diff --git a/package/rrdcollect/ipkg/rrdcollect-example.control b/package/rrdcollect/ipkg/rrdcollect-example.control new file mode 100644 index 0000000000..35b4f9547f --- /dev/null +++ b/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. |