projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8c82b0
)
Increase CPU altering thresholds for tile caches
author
Tom Hughes
<tom@compton.nu>
Thu, 15 Dec 2016 09:08:02 +0000
(09:08 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 15 Dec 2016 09:08:02 +0000
(09:08 +0000)
roles/tilecache.rb
patch
|
blob
|
history
diff --git
a/roles/tilecache.rb
b/roles/tilecache.rb
index 86a4942856cd527abc17e2a497378f64408fd13e..0b19eb89088ee7092975e4be97606546205ee963 100644
(file)
--- a/
roles/tilecache.rb
+++ b/
roles/tilecache.rb
@@
-15,7
+15,7
@@
default_attributes(
:munin => {
:plugins => {
:cpu => {
- :user => { :warning =>
100, :critical => 2
00 }
+ :user => { :warning =>
200, :critical => 4
00 }
}
}
},