7 lines
564 B
INI
7 lines
564 B
INI
# Commande pour vérifier l'état SMART des disques physiques
|
|
command[check_ide_smart_sda]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sda
|
|
command[check_ide_smart_sdb]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sdb
|
|
#command[check_ide_smart_sdc]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sdc
|
|
#command[check_ide_smart_sdd]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sdd
|
|
#command[check_ide_smart_sde]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sde
|
|
#command[check_ide_smart_sdf]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sdf
|