X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd-threshold.pod;h=35f8a9fcdd231a9ed4f5e8ca4086305016b83845;hb=0d9f395599348e735e6f461e1c328293bef0d060;hp=5d1a645c95cbc81931475bb3544483e04ef1f780;hpb=9e7b3a035836474cb4af253b248de30d5eb97f4d;p=collectd.git diff --git a/src/collectd-threshold.pod b/src/collectd-threshold.pod index 5d1a645c..35f8a9fc 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 @@ -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