]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/files/default/plugins/replication_delay
Fix rubocop warnings
[chef.git] / cookbooks / munin / files / default / plugins / replication_delay
index 2a787d1b9c4ea6e2628135f24baa58a0b4e52b3a..f1761e84d34143fd947ceba93349fe3776e9ae80 100755 (executable)
@@ -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