From 3a7d0e82a0212b444fbca6dc5019f486f1f30caa Mon Sep 17 00:00:00 2001
From: Gerard Stanczak <gerard.stanczak@proofhq.com>
Date: Sun, 20 Sep 2015 23:41:54 +0200
Subject: [PATCH] updated authors

---
 README.md            | 4 ++++
 bin/hdd_discovery.sh | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 88abb04..e60c564 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 398ae7d..c78951e 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`
-- 
GitLab