Added smart_array_disks_temperature

This commit is contained in:
Damien Broqua 2020-03-28 18:00:51 +01:00
parent 5ece4e1090
commit 5005ca3959
2 changed files with 101 additions and 0 deletions

View 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)