X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=f1d1ad967d07e2529af965ecc3a6efe5d7e52895;hb=f9238bf523ae35366f4b1a40dc0149b01b7dba8d;hp=9030cffb723faf845e5d070aee1c8570289eb4b9;hpb=e052e38ec747619d42f2e73666e4e040a3509a31;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 9030cffb..f1d1ad96 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1667,8 +1667,7 @@ Required capabilities are documented below. User "username" Password "aef4Aebe" Interval 30 - - + Interval 30 GetNameCache true @@ -1676,14 +1675,31 @@ Required capabilities are documented below. GetBufferCache true GetInodeCache true + Interval 30 GetBusy true + - - + + + Capacity "vol0" + Capacity "vol1" + IgnoreSelectedCapacity false + Snapshot "vol1" + Snapshot "vol3" + IgnoreSelectedSnapshot false + + + + Interval 30 + GetCPULoad true + GetInterfaces true + GetDiskOps true + GetDiskIO true + @@ -1766,7 +1782,7 @@ Default: 1 =back -=head3 The GetSystemPerfData block +=head3 The System block This will collect various performance data about the whole system. @@ -1775,6 +1791,10 @@ B To get this data the collectd user needs the =over 4 +=item B I + +Collect disk statistics every I seconds. + =item B B|B If you set this option to true the current CPU usage will be read. This will be @@ -2007,19 +2027,16 @@ plugin_instance. =back -=head3 The GetVolumeData block +=head3 The VolumeUsage block This will collect capacity data about the individual volumes. -All of these options take a list of volumes as parameters, just like the -GetVolumePerfData options. - -B To get this data the collectd user needs the "api-volume-list-info" +B To get this data the collectd user needs the I capability. =over 4 -=item B +=item B I The current capacity of the volume will be collected. This will result in two to four value lists, depending on the configuration of the volume. All data @@ -2037,15 +2054,27 @@ reported as a 32Ebit number. This plugin tries to guess the correct number which works most of the time. If you see strange values here, bug NetApp support to fix this. -Optional +Repeat this option to specify multiple volumes. -Type: list of strings +=item B B|B -Default: "+" +Specify whether to collect only the volumes selected by the B option +or to ignore those volumes. B defaults to B. +However, if no B option is specified at all, all capacities will be +selected anyway. -=item B +=item B I -B +B Select volumes from which to collect snapshot information. + +Repeat this option to specify multiple volumes. + +=item B + +Specify whether to collect only the volumes selected by the B option +or to ignore those volumes. B defaults to B. +However, if no B option is specified at all, all capacities will be +selected anyway. =back