X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/d2080b805cf3f4af751ad228a4d4eb31c6982d50..f84e757e69d8df0221b73f540890cc6ff73fc541:/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