1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 02:48:32 +03:00

add missing ipkg/ files for rrdcollect-example

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1677 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-08-15 03:05:42 +00:00
parent 7407690090
commit ce089361e2
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,2 @@
/etc/rrd.conf
/etc/rrdcollect.conf

View File

@ -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.