diff options
author | Stef Walter <stef@memberwebs.com> | 2009-01-19 18:27:00 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-01-19 18:27:00 +0000 |
commit | 2ccc87e7318c8412757a13a786078d8afe20e973 (patch) | |
tree | fe7e94e960482849de7b48f3a196d1fed9ab8bff /doc | |
parent | 0a0cbe4b10d9c97dd355773b8d8655de3540120c (diff) |
Add support for creating multiple CFs in rrdbot-create. [Stoned Elipot]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rrdbot.conf.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/rrdbot.conf.5 b/doc/rrdbot.conf.5 index 0a31ce4..f4fceec 100644 --- a/doc/rrdbot.conf.5 +++ b/doc/rrdbot.conf.5 @@ -160,8 +160,9 @@ The example below describes three archives of "2 per minute for 1 week", rrdbot-create 8 ] .It Ar cf -This is the consolidation function to use to consolidate RRD values when -archiving them. This applies to all fields in the RRD. The valid settings are: +The consolidation functions to use to consolidate RRD values when +archiving them. This applies to all fields in the RRD. There can be multiple +functions specified, separated by commas. The valid functions are: .Bl -tag -width Fl .It Ar AVERAGE Average out the values when archiving them. |