From 35f4c7f2a9cad9a89ddee3654abe024781aad150 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 1 Dec 2015 11:45:46 +0000 Subject: [PATCH] Add alert thresholds to renderd replication plugin --- cookbooks/munin/files/default/plugins/replication_delay | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/munin/files/default/plugins/replication_delay b/cookbooks/munin/files/default/plugins/replication_delay index 2a787d1b9..f1761e84d 100755 --- a/cookbooks/munin/files/default/plugins/replication_delay +++ b/cookbooks/munin/files/default/plugins/replication_delay @@ -17,6 +17,8 @@ if [ "$1" = "config" ]; then echo 'age.label DB import age' echo 'age.type GAUGE' echo 'age.cdef age,60,/' + echo 'age.warning :600' + echo 'age.critical :3600' exit 0 fi -- 2.43.2