projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6cc1262
)
Relax warning threshold for minutely planet diffs
author
Tom Hughes
<tom@compton.nu>
Fri, 17 Apr 2015 08:54:29 +0000
(09:54 +0100)
committer
Tom Hughes
<tom@compton.nu>
Fri, 17 Apr 2015 08:54:29 +0000
(09:54 +0100)
cookbooks/munin/files/default/plugins/planet_age
patch
|
blob
|
history
diff --git
a/cookbooks/munin/files/default/plugins/planet_age
b/cookbooks/munin/files/default/plugins/planet_age
index a3f37093fb3c2a85499d38ab4b340e793b649400..220c7c536f83279d269d50c94e7ee36ca187fb08 100755
(executable)
--- a/
cookbooks/munin/files/default/plugins/planet_age
+++ b/
cookbooks/munin/files/default/plugins/planet_age
@@
-30,8
+30,8
@@
files = [
:name => "/store/planet/replication/minute/state.txt",
:title => "Minutely Replication",
:frequency => 60,
- :warning =>
3
,
- :critical =>
5
+ :warning =>
5
,
+ :critical =>
10
}
]