X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=7579664ba1b146112722d6023dc074c35e8f2236;hb=2f2744072ab144b8130b2296327fc3382e5f7f80;hp=acdfa927ee61e126d938217fffab383947467334;hpb=171a92c968cb41c314736b0d26f5a6ba2ae59666;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index acdfa927..7579664b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -735,22 +735,6 @@ runtime statistics module of CouchDB -Another CouchDB example: -The following example will collect the status values from each database: - - - Instance "dbs" - - Type "gauge" - - - Type "counter" - - - Type "bytes" - - - In the B block, there may be one or more B blocks, each defining a URL to be fetched via HTTP (using libcurl) and one or more B blocks. The B string argument must be in a path format, which is used to collect a @@ -4146,7 +4130,7 @@ because all values were added to the internal cache at roughly the same time. =head2 Plugin C -The C uses B to retrieve sensor-values. This means +The I uses B to retrieve sensor-values. This means that all the needed modules have to be loaded and lm_sensors has to be configured (most likely by editing F. Read L for details. @@ -4181,6 +4165,39 @@ Since the configuration of the C is a little more complicated than other plugins, its documentation has been moved to an own manpage, L. Please see there for details. +=head2 Plugin C + +The I collects information about used and available swap space. On +Solaris, it is possible to collect information on physical swap devices and the +view of the virtual memory subsystem on the matter. On I, the +following options are available: + +=over 4 + +=item B B|B|B + +Configures how to report physical swap devices. If B is used (the +default), the summary over all swap devices is reported only, i.e. the globally +used and available space over all devices. If B is configured, the +used and available space of each device will be reported separately. B +deactivates collection of physical swap information (only valid if collection +via L is available). + +This option is only available if the I can use the L +mechanism under I. + +=item B B|B + +Configures whether or not to report the view of the virtual memory subsystem on +swap space. This information is used under Solaris if L is not +available and was the default behavior under I in I4>. + +This option is only available if the I can use L and +L to collect swap statistics under I. It defaults to +B. + +=back + =head2 Plugin C =over 4