diff --git a/README.md b/README.md index 88abb04e7b0b3bf730dc19cadbdf6f804f5ba6cd..e60c564b8fcab0c51e89f99e96bc45273b7be453 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,10 @@ Template App S.M.A.R.T. ====== Monitoring for S.M.A.R.T. enabled storage devices (HDD's, SSD's and other). Uses discovery script to populate disks. INFO: For non present S.M.A.R.T. values disable items on per-host level. +Template and scripts created by: +Michał Macioszek, Taras Baran, Michal Gębora, Marcin Wilk, Maks Bednarek, Anna Fałek, Mikołaj Szczuraszek + + Template App PowerPath ====== Monitoring for EMC PowerPath: Host-based software for automated data path management, failover and recovery, and optimized load balancing. PowerPath automates, standardizes, and optimizes data paths in physical and virtual environments as well as cloud deployments to deliver high availability and performance. diff --git a/bin/hdd_discovery.sh b/bin/hdd_discovery.sh index 398ae7ded44edeb256a28c8c88dfdba2e3ab0c29..c78951e363c728a30bb9feb839e4cbaa9e453ca2 100644 --- a/bin/hdd_discovery.sh +++ b/bin/hdd_discovery.sh @@ -1,6 +1,8 @@ #!/bin/bash # Script for HDD discovery # +# Created by: +# Michał Macioszek, Taras Baran, Michal Gębora, Marcin Wilk, Maks Bednarek, Anna Fałek, Mikołaj Szczuraszek disks=`ls -l /dev/sd* | awk '{print $NF}' | sed 's/[0-9]//g' | uniq`