diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-14 02:57:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-14 02:57:28 +0000 |
commit | 7ce0e836b52901b860f453818b5c855bcd2d422a (patch) | |
tree | 5c95bf4c94d95e4be1fe3b79afb69b5b5d64faa0 /openwrt/package/rrdcollect/ipkg | |
parent | 8df0b46dd9c912076e4c64f71e2c993855b64301 (diff) | |
download | mtk-20170518-7ce0e836b52901b860f453818b5c855bcd2d422a.zip mtk-20170518-7ce0e836b52901b860f453818b5c855bcd2d422a.tar.gz mtk-20170518-7ce0e836b52901b860f453818b5c855bcd2d422a.tar.bz2 |
add rrdcollect package
SVN-Revision: 1653
Diffstat (limited to 'openwrt/package/rrdcollect/ipkg')
-rw-r--r-- | openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/rrdcollect/ipkg/rrdcollect.control | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles b/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles new file mode 100644 index 0000000..991cfd2 --- /dev/null +++ b/openwrt/package/rrdcollect/ipkg/rrdcollect.conffiles @@ -0,0 +1 @@ +/etc/rrdcollect.conf diff --git a/openwrt/package/rrdcollect/ipkg/rrdcollect.control b/openwrt/package/rrdcollect/ipkg/rrdcollect.control new file mode 100644 index 0000000..75eb977 --- /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. |