1. cat /proc/mdstat
2. check mainboad: dmidecode -t 2
3. mdadm --query --detail /dev/md126
How to configure all system on ubuntu, Debian, CentOS
1. cat /proc/mdstat
2. check mainboad: dmidecode -t 2
3. mdadm --query --detail /dev/md126
sudo apt-get install netdiscover
update system #yum update
Install Apache, php and git packages
#yum -y install httpd git php php-json php-xml php-commonStart httpd service
# systemctl start httpd # systemctl enable httpdChange working directory to /var/www/html
# cd /var/www/htmlDownload linux-dash usiing git# git clone https://github.com/afaqurk/linux-dash.gitRestart apache service
# systemctl restart httpdTo use:/linux-dash Install linux-dash with Ubuntu 15.10
Update system
# apt-get updateInstall required packages
# apt-get install apache2 curl php5 php5-curl php5-json gitChange working directory to /var/www/html or your web directory Download package
git clone https://github.com/afaqurk/linux-dash.gitStart apache service
# /etc/init.d/apache2 start
Open Browser and start linux-dash monitoring system
/linux-dash