diff options
Diffstat (limited to 'openwrt/package/rrdcollect/ipkg/rrdcollect.control')
-rw-r--r-- | openwrt/package/rrdcollect/ipkg/rrdcollect.control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.control b/openwrt/package/rrdcollect/ipkg/rrdcollect.control new file mode 100644 index 000000000..75eb97705 --- /dev/null +++ b/openwrt/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. |