X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fcollectd-threshold.pod;h=14f2c8cebe6c9fcb3bb58e5ba2e4dbf90de3394d;hp=5d1a645c95cbc81931475bb3544483e04ef1f780;hb=d486225f89ea52d8ed2b4242eba2ad94c409f837;hpb=7947c0d3d8e4cae18dc55108465eb6fa3b88b5f0 diff --git a/src/collectd-threshold.pod b/src/collectd-threshold.pod index 5d1a645c..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. @@ -154,6 +156,13 @@ This applies to missing values, too: If set to B a notification about a missing value is generated once every B seconds. If set to B only one such notification is generated until the value appears again. +=item B B|B + +Sets how OKAY notifications act. If set to B one notification will be +generated for each value that is in the acceptable range. If set to B +(the default) then a notification is only generated if a value is in range but +the previous value was not. + =item B B|B If set to B, the minimum and maximum values given are interpreted as @@ -177,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