diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-15 01:27:08 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-15 01:27:08 +0000 |
commit | 85bc26a939380f2c829d20286820ad5bb8ca99c2 (patch) | |
tree | a59a1eeb09139fb8ade0b381df4cb105b0933687 /package/rrdcollect/files/rrdcollect.conf | |
parent | c007542fa9e4fd31b5900df1bbe5fae803461fa7 (diff) | |
download | upstream-85bc26a939380f2c829d20286820ad5bb8ca99c2.tar.gz upstream-85bc26a939380f2c829d20286820ad5bb8ca99c2.tar.bz2 upstream-85bc26a939380f2c829d20286820ad5bb8ca99c2.zip |
add a package providing a default working (i hope) setup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1676 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/rrdcollect/files/rrdcollect.conf')
-rw-r--r-- | package/rrdcollect/files/rrdcollect.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rrdcollect/files/rrdcollect.conf b/package/rrdcollect/files/rrdcollect.conf index dfeb7b3bf4..232eccb6c4 100644 --- a/package/rrdcollect/files/rrdcollect.conf +++ b/package/rrdcollect/files/rrdcollect.conf @@ -1,5 +1,5 @@ step = 360 -directory = /var/lib/rra +directory = /var/lib/rrdcollect/rrd file:///proc/stat "cpu0 %d %d %d %d" SYS.rrd:cu,cn,cs,ci |