From 3a1023a954551422603e15ad7cfb80fed6a721dc Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Fri, 24 Jun 2016 11:27:49 +0200 Subject: [PATCH] Docs: Add a note about cluster-zone log lag thresholds. refs #11772 --- doc/7-icinga-template-library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/7-icinga-template-library.md b/doc/7-icinga-template-library.md index a039c06dc..0be91200d 100644 --- a/doc/7-icinga-template-library.md +++ b/doc/7-icinga-template-library.md @@ -57,8 +57,8 @@ Custom attributes passed as [command parameters](3-monitoring-basics.md#command- Name | Description ---------------------|--------------- cluster_zone | **Required.** The zone name. -cluster_lag_warning | **Optional.** Warning threshold for log lag in seconds. -cluster_lag_critical | **Optional.** Critical threshold for log lag in seconds. +cluster_lag_warning | **Optional.** Warning threshold for log lag in seconds. Applies if the log lag is greater than the threshold. +cluster_lag_critical | **Optional.** Critical threshold for log lag in seconds. Applies if the log lag is greater than the threshold. ### ido