Added smart_array_disks_temperature
This commit is contained in:
parent
5ece4e1090
commit
5005ca3959
2 changed files with 101 additions and 0 deletions
16
smart_array_system_temperature
Normal file
16
smart_array_system_temperature
Normal file
|
@ -0,0 +1,16 @@
|
|||
|
||||
|
||||
# Auteur: Damien Broqua <contact@darkou.fr
|
||||
# Licence:
|
||||
|
||||
# Process for get disk informations:
|
||||
# show config
|
||||
# => extract slot(s)
|
||||
# => for each slot
|
||||
# => get disk Model (ATA ST4000DM004-2CV1)
|
||||
# => get disk temperature (Current Temperature (C):)
|
||||
|
||||
# Process for get temperatures:
|
||||
# get list of slot (hpacucli ctrl all show)
|
||||
# => for each slot
|
||||
# => temperatures (hpacucli ctrl slot=1 show)
|
Loading…
Add table
Add a link
Reference in a new issue