X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=383dda6397c5e4e6c1b90d9c683e32137b179e4a;hb=89783745dc59079eab34e0c52de6e5e972f50eb2;hp=4671ae13757777f87d8328e0b27e3391f21b08eb;hpb=06d0305ee967a12cb541dee87f79c31cac9d1b10;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 4671ae13..383dda63 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -53,11 +53,21 @@ directory for the daemon. Loads the plugin I. There must be at least one such line or B will be mostly useless. -=item B I +=item B I -Includes the file I as if it was copy and pasted here. To prevent loops -and shooting yourself in the foot in interesting ways the nesting is limited to -a depth of 8Elevels, which should be sufficient for most uses. +If I points to a file, includes that file. If I points to a +directory, recursively includes all files within that directory and its +subdirectories. If the C function is available on your system, +shell-like wildcards are expanded before files are included. This means you can +use statements like the following: + + Include "/etc/collectd.d/*.conf" + +To prevent loops and shooting yourself in the foot in interesting ways the +nesting is limited to a depth of 8Elevels, which should be sufficient for +most uses. Since symlinks are followed it is still possible to crash the daemon +by looping symlinks. In our opinion significant stupidity should result in an +appropriate amount of pain. It is no problem to have a block like CPlugin fooE> in more than one file, but you cannot include files from within blocks. @@ -285,7 +295,9 @@ output that is expected from it. =over 4 -=item B I[:[I]] I +=item B I[:[I]] I [IargE> [IargE> ...]] + +=item B I[:[I]] I [IargE> [IargE> ...]] Execute the executable I as user I. If the user name is followed by a colon and a group name, the effective group is set to that group. @@ -298,6 +310,15 @@ superuser privileges. If the daemon is run as an unprivileged user you must specify the same user/group here. If the daemon is run with superuser privileges, you must supply a non-root user here. +The executable may be followed by optional arguments that are passed to the +program. Please note that due to the configuration parsing numbers and boolean +values may be changed. If you want to be absolutely sure that something is +passed as-is please enclose it in quotes. + +The B and B statements change the semantics of the +programs executed, i.Ee. the data passed to them and the response +expected from them. This is documented in great detail in L. + =back =head2 Plugin C @@ -321,6 +342,13 @@ Hostname to connect to. Defaults to B<127.0.0.1>. TCP-Port to connect to. Defaults to B<7634>. +=item B I|I + +If enabled, translate the disk names to major/minor device numbers +(e.Eg. "8-0" for /dev/sda). For backwards compatibility this defaults to +I but it's recommended to disable it as it will probably be removed in +the next major version. + =back =head2 Plugin C @@ -412,7 +440,8 @@ seconds. Setting this to be the same or smaller than the I will cause the list of domains and devices to be refreshed on every iteration. Refreshing the devices in particular is quite a costly operation, so if your -virtualization setup is static you might consider increasing this. +virtualization setup is static you might consider increasing this. If this +option is set to 0, refreshing is disabled completely. =item B I @@ -1068,8 +1097,10 @@ information. - Min 0.00 - Max 1000.00 + WarningMin 0.00 + WarningMax 1000.00 + FailureMin 0.00 + FailureMax 1200.00 Invert false Instance "bar" @@ -1077,20 +1108,20 @@ information. Instance "eth0" - Max 10000000 + FailureMax 10000000 Instance "idle" - Min 10 + FailureMin 10 Instance "cached" - Min 100000000 + WarningMin 100000000 @@ -1110,21 +1141,29 @@ included in a C block. Currently the following statements are recognized: =over 4 -=item B I +=item B I + +=item B I Sets the upper bound of acceptable values. If unset defaults to positive -infinity. +infinity. If a value is greater than B a B notification +will be created. If the value is greater than B but less than (or +equal to) B a B notification will be created. + +=item B I -=item B I +=item B I Sets the lower bound of acceptable values. If unset defaults to negative -infinity. +infinity. If a value is less than B a B notification will +be created. If the value is less than B but greater than (or equal +to) B a B notification will be created. =item B B|B If set to B the range of acceptable values is inverted, i.Ee. -values between B and B are not okay. Defaults, of course, to -B. +values between B and B (B and +B) are not okay. Defaults to B. =item B B|B