summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8be9c73)
raw | patch | inline | side by side (parent: 8be9c73)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 13 Jan 2010 12:21:47 +0000 (13:21 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 13 Jan 2010 12:21:47 +0000 (13:21 +0100) |
src/types.db.pod | patch | blob | history |
diff --git a/src/types.db.pod b/src/types.db.pod
index a46eb41c9150f89f2237d71ade30f05e8f7c1265..67f988195af55580ea6ab47a6d578afded6c546d 100644 (file)
--- a/src/types.db.pod
+++ b/src/types.db.pod
data-source specification. Each data-source is defined by a quadruple made up
of the data-source name, type, minimal and maximal values, delimited by colons
(":"): I<ds-name>:I<ds-type>:I<min>:I<max>. I<ds-type> may be either
-B<COUNTER> or B<GAUGE>. I<min> and I<max> define the range of valid values for
+B<ABSOLUTE>, B<COUNTER>, B<DERIVE>, or B<GAUGE>. I<min> and I<max> define the
+range of valid values for
data stored for this data-source. If B<U> is specified for either the min or
max value, it will be set to unknown, meaning that no range checks will
happen. See L<rrdcreate(1)> for more details.