default_attributes(
:devices => {
- :ssdvol1tune => {
+ :ssd_samsung => {
:comment => "Tune scheduler for SSD",
:type => "block",
- :bus => "scsi",
- :sas_address => "0x4433221107000000",
+ :bus => "ata",
+ :serial => "Samsung_SSD_840_PRO_Series_*",
:attrs => {
"queue/scheduler" => "noop",
- "queue/nr_requests" => "256"
+ "queue/nr_requests" => "256",
+ "queue/read_ahead_kb" => "2048"
}
},
- :ssdvol2tune => {
- :comment => "Tune scheduler for SSD",
- :type => "block",
- :bus => "scsi",
- :sas_address => "0x4433221104000000",
- :attrs => {
- "queue/scheduler" => "noop",
- "queue/nr_requests" => "256"
- }
- },
- :arecavol1tune => {
+ :arecavoltune => {
:comment => "Tune scheduler for Areca",
:type => "block",
:bus => "scsi",
- :model => "ARC-1680-VOL#000",
+ :serial => "2001b4d20*",
:attrs => {
"queue/scheduler" => "deadline",
- "queue/nr_requests" => "512"
- }
- },
- :arecavol2tune => {
- :comment => "Tune scheduler for Areca",
- :type => "block",
- :bus => "scsi",
- :model => "ARC-1680-VOL#001",
- :attrs => {
- "queue/scheduler" => "deadline",
- "queue/nr_requests" => "512"
- }
- },
- :arecavol3tune => {
- :comment => "Tune scheduler for Areca",
- :type => "block",
- :bus => "scsi",
- :model => "ARC-1680-VOL#002",
- :attrs => {
- "queue/scheduler" => "deadline",
- "queue/nr_requests" => "512"
+ "queue/nr_requests" => "512",
+ "queue/read_ahead_kb" => "2048"
}
}
},
:munin => {
:plugins => {
:ipmi_fans => {
+ :Sys3Front1 => { :graph => "no" },
+ :Sys4Front2 => { :graph => "no" },
+ :Sys5Rear1 => { :graph => "no" },
:Sys6 => { :graph => "no" },
- :Sys8 => { :graph => "no" }
+ :Sys7 => { :graph => "no" },
+ :Sys8 => { :graph => "no" },
+ :Sys9 => { :graph => "no" },
+ :Sys10 => { :graph => "no" }
+ },
+ :ipmi_temp => {
+ :CPU0belowTmax => { :critical => "10:" },
+ :CPU1belowTmax => { :critical => "10:" }
},
:sensors_fan => {
:fan3 => { :graph => "no" },
},
:sensors_volt => {
:contacts => "null",
+ :volt6 => {
+ :warning => "2.992:3.536"
+ }
}
}
},
}
},
:tile => {
- :tile_directory => "/store/tiles",
- :node_file => "/store/database/nodes"
+ :node_file => "/store/database/nodes",
+ :styles => {
+ :default => {
+ :tile_directories => [
+ { :name => "/store/tiles/default-low", :min_zoom => 0, :max_zoom => 17 },
+ { :name => "/store/tiles/default-high", :min_zoom => 18, :max_zoom => 19 }
+ ]
+ }
+ }
}
)