X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd-threshold.pod;h=14f2c8cebe6c9fcb3bb58e5ba2e4dbf90de3394d;hp=02e41b8b83e90cc34d60faa263f558f7a54dbc89;hb=d486225f89ea52d8ed2b4242eba2ad94c409f837;hpb=5fb8bff2b2d2d5c61621c6686b343d7e0eea48f0 diff --git a/src/collectd-threshold.pod b/src/collectd-threshold.pod index 02e41b8b..14f2c8ce 100644 --- a/src/collectd-threshold.pod +++ b/src/collectd-threshold.pod @@ -1,3 +1,5 @@ +=encoding UTF-8 + =head1 NAME collectd-threshold - Documentation of collectd's I @@ -38,7 +40,7 @@ Also, all values that match a threshold are considered to be relevant or "interesting". As a consequence collectd will issue a notification if they are not received for B iterations. The B configuration option is explained in section L. If, for example, -B is set to "2" (the default) and some hosts sends it's CPU statistics +B is set to "2" (the default) and some hosts sends its CPU statistics to the server every 60 seconds, a notification will be dispatched after about 120 seconds. It may take a little longer because the timeout is checked only once each B on the server. @@ -184,10 +186,12 @@ state will be keep. =item B B|B -If set to B (the default), the threshold must be treated as interesting -and, when a number of B values will lost, then a missing notification -will be dispatched. On the other hand, if set to B, the missing -notification will never dispatched for this threshold. +If set to B (the default), a notification with severity C will +be created when a matching value list is no longer updated and purged from the +internal cache. When this happens depends on the I of the value list +and the global B setting. See the B and B settings +in L for details. If set to B, this event will be +ignored. =back