X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.pod;h=5bd827844dea874a4c59f6fb98ba65854fa0d8e0;hb=d1dfc7fda0fedac212cbd320ba78ef2c217f912d;hp=fcad460919c8582423f0f03ca1421e2af68e5c4d;hpb=fdf203eed0a91818db735105a4cc85effd7971d9;p=collectd.git diff --git a/src/collectd.pod b/src/collectd.pod index fcad4609..5bd82784 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -110,6 +110,13 @@ Specify an alternative config file. This is the place to go when you wish to change B's behavior. The path may be relative to the current working directory. +=item B<-P> Ipid-fileE> + +Specify an alternative pid file. This overwrites any settings in the config +file. This is thought for init-scripts that require the PID-file in a certain +directory to work correctly. For everyday-usage use the B +config-option. + =item B<-f> Don't fork to the background. I will also B close standard file @@ -124,19 +131,19 @@ Output usage information and exit. =head1 MODES -collectd can operate in three different operating modes. The modes are -described below. +collectd can operate in four different operating modes. The modes are described +below. The simplest mode is the so called B. Data is collected locally and written in RRD files that reside in I. This is the default mode when collectd is linked against C. -The other modes, B and B, are used to send data over -a network and receive it again. +The modes B and B are used to send data over a +network and receive it again. In B the daemon collects the data locally and sends its results -to one or more network addresses. No RRD files are written in this case. This -is the only mode available if collectd is not linked against C. +to one or more network addresses. No RRD files are written locally in this +case. If collectd is not linked against C this is the default mode. If started in B the daemon will listen on one or more interfaces and write the data it receives to RRD files. No data is collected locally. @@ -414,10 +421,18 @@ The DS'es depend on the module creating the RRD files: DS:paging:GAUGE:HEARTBEAT:0:65535 DS:blocked:GAUGE:HEARTBEAT:0:65535 -=item lm_sensors (FchipE>-IfeatureE>.rrd>) +=item lm_sensors fanspeed sensor (FinstE>.rrd> or FchipE>/fanspeed-IinstE>.rrd>) + + DS:value:GAUGE:HEARTBEAT:U:U + +=item lm_sensors temperature sensor (FinstE>.rrd> or FchipE>/temperature-IinstE>.rrd>) DS:value:GAUGE:HEARTBEAT:U:U +=item lm_sensors voltage sensor (FinstE>.rrd> or FchipE>/voltage-IinstE>.rrd>) + + DS:voltage:GAUGE:HEARTBEAT:U:U + =item Serial port traffic (FnumE>.rrd>) DS:incoming:COUNTER:HEARTBEAT:0:U