2 description "Master role applied to orm"
7 :comment => "Tune scheduler for SSD",
10 :serial => "Samsung_SSD_840_PRO_Series_*",
12 "queue/scheduler" => "noop",
13 "queue/nr_requests" => "256",
14 "queue/read_ahead_kb" => "2048"
18 :comment => "Tune scheduler for Areca",
21 :serial => "2001b4d20*",
23 "queue/scheduler" => "deadline",
24 "queue/nr_requests" => "512",
25 "queue/read_ahead_kb" => "2048"
32 :Sys3Front1 => { :graph => "no" },
33 :Sys4Front2 => { :graph => "no" },
34 :Sys5Rear1 => { :graph => "no" },
35 :Sys6 => { :graph => "no" },
36 :Sys7 => { :graph => "no" },
37 :Sys8 => { :graph => "no" },
38 :Sys9 => { :graph => "no" },
39 :Sys10 => { :graph => "no" }
42 :CPU0belowTmax => { :critical => "10:" },
43 :CPU1belowTmax => { :critical => "10:" }
46 :fan3 => { :graph => "no" },
47 :fan4 => { :graph => "no" },
48 :fan5 => { :graph => "no" },
49 :fan6 => { :graph => "no" },
50 :fan7 => { :graph => "no" },
51 :fan8 => { :graph => "no" },
52 :fan9 => { :graph => "no" },
53 :fan10 => { :graph => "no" },
54 :fan11 => { :graph => "no" },
55 :fan12 => { :graph => "no" }
60 :warning => "2.992:3.536"
71 :address => "193.63.75.98"
77 :address => "2001:630:12:500:2e0:81ff:fec5:2a8c"
82 :versions => [ "9.1" ],
85 :shared_buffers => "8GB",
86 :maintenance_work_mem => "7144MB",
87 :effective_cache_size => "16GB"
93 :comment => "Increase shared memory for postgres",
95 "kernel.shmmax" => 9 * 1024 * 1024 * 1024,
96 "kernel.shmall" => 9 * 1024 * 1024 * 1024 / 4096
101 :node_file => "/store/database/nodes",
104 :tile_directories => [
105 { :name => "/store/tiles/default-low", :min_zoom => 0, :max_zoom => 17 },
106 { :name => "/store/tiles/default-high", :min_zoom => 18, :max_zoom => 19 }
115 :nameservers => [ "8.8.8.8", "8.8.4.4" ]