summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a150420)
raw | patch | inline | side by side (parent: a150420)
author | Florian Forster <octo@collectd.org> | |
Tue, 18 Jun 2013 15:25:46 +0000 (17:25 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 18 Jun 2013 15:25:46 +0000 (17:25 +0200) |
src/collectd-threshold.pod | patch | blob | history |
index e340f1ac6bbc22157301d7df909d9670bc82699d..35f8a9fcdd231a9ed4f5e8ca4086305016b83845 100644 (file)
=item B<Interesting> B<true>|B<false>
-If set to B<true> (the default), the threshold must be treated as interesting
-and, when a number of B<Timeout> values will lost, then a missing notification
-will be dispatched. On the other hand, if set to B<false>, the missing
-notification will never dispatched for this threshold.
+If set to B<true> (the default), a notification with severity C<FAILURE> 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<interval> of the value list
+and the global B<Timeout> setting. See the B<Interval> and B<Timeout> settings
+in L<collectd.conf(5)> for details. If set to B<false>, this event will be
+ignored.
=back