projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc9b2f
)
Add alert thresholds to renderd replication plugin
author
Tom Hughes
<tom@compton.nu>
Tue, 1 Dec 2015 11:45:46 +0000
(11:45 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 1 Dec 2015 12:04:14 +0000
(12:04 +0000)
cookbooks/munin/files/default/plugins/replication_delay
patch
|
blob
|
history
diff --git
a/cookbooks/munin/files/default/plugins/replication_delay
b/cookbooks/munin/files/default/plugins/replication_delay
index 2a787d1b9c4ea6e2628135f24baa58a0b4e52b3a..f1761e84d34143fd947ceba93349fe3776e9ae80 100755
(executable)
--- 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