X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/cbc9b2fd64975c83280a0d80b2d8513a5465bbcb..35f4c7f2a9cad9a89ddee3654abe024781aad150:/cookbooks/munin/files/default/plugins/replication_delay 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