X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=3ae10af19fc30333231d2932f4b424c7615bb96b;hb=654c9bef2ffa9e0c3613ea20d774f679ce2a5b0b;hp=024efd20a0061d76c70a4f10c48ebf89c7ff8e8a;hpb=2d4291e0b1e6618cb44d1c34ea8423f1b44536fe;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 024efd20..3ae10af1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3206,6 +3206,29 @@ Pause to apply between attempts of connection to gpsd in seconds (default 5 sec) =back +=head2 Plugin C + +Collects various statistics from the system's NVIDIA GPUs using the NVML +library. Currently collected are fan speed, core temperature, percent load, and +percent memory used. + +=over 4 + +=item B + +If one or more of these options is specified, only GPUs at that index (as +determined by nvidia-utils through I) have statistics collected. +If no instance of this option is specified, all GPUs are monitored. + +=item B + +If set to true, all detected GPUs B the ones at indices specified by +B entries are collected. For greater clarity, setting IgnoreSelected +without any GPUIndex directives will result in B statistics being +collected. + +=back + =head2 Plugin C The I plugin provides an RPC interface to submit values to or query @@ -7359,6 +7382,7 @@ parameters and set of user-defined queries for this node. Host "localhost" Port "6379" + #Socket "/var/run/redis/redis.sock" Timeout 2000 ReportCommandStats false ReportCpuUsage true @@ -7392,6 +7416,11 @@ The B option is the TCP port on which the Redis instance accepts connections. Either a service name of a port number may be given. Please note that numerical port numbers must be given as a string, too. +=item B I + +Connect to Redis using the UNIX domain socket at I. If this +setting is given, the B and B settings are ignored. + =item B I Use I to authenticate when connecting to I. @@ -8502,13 +8531,14 @@ B Type "percent" Instance "dropped" - Index 1 + ValueFrom 1 Plugin "snortstats" Instance "eth0" Interval 600 Collect "snort-dropped" + #TimeFrom 0