projects
/
chef.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Increase CPU altering thresholds for tile caches
[chef.git]
/
roles
/
tilecache.rb
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 }
}
}
},