mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 14:07:31 +02:00
db251d1377
disable rrdtool (v1.2.x), change Maintainer in control files, tweak Makefiles git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1881 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
601 B
Plaintext
13 lines
601 B
Plaintext
Package: rrdcollect
|
|
Priority: optional
|
|
Section: admin
|
|
Maintainer: OpenWrt Developers Team <openwrt-devel@openwrt.org>, Oliver Ertl <oliver@ertl-net.net>
|
|
Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/rrdcollect/
|
|
Depends: librrd | librrd1
|
|
Description: 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.
|