Setup Smartd monitoring on Linux
Want to get an alert when hard drive in server is going bad A tool called SMARTD is available in lInux which is free You need to use below steps to install and configure it #yum install smartmontools #service smartd start #chkconfig smartd on #smartctl -a /dev/sda Now Open smartd config file and […]