Jeremy Gardais
|
cbf0d8afb0
|
Comment and small fixes
|
2020-02-19 16:00:36 +01:00 |
Jeremy Gardais
|
fcf945748b
|
Fix useless use of cat
https://github.com/koalaman/shellcheck/wiki/SC2002
https://en.wikipedia.org/wiki/Cat_(Unix)#Useless_use_of_cat
See also : https://github.com/koalaman/shellcheck/wiki/SC2189
|
2020-02-19 15:24:41 +01:00 |
Jeremy Gardais
|
a210b7bb38
|
Fix $/${} is unnecessary on arithmetic variables
https://github.com/koalaman/shellcheck/wiki/SC2004
|
2020-02-19 15:23:28 +01:00 |
Jeremy Gardais
|
19afed7c2e
|
Fix Use $(...) notation instead of legacy backticked
https://github.com/koalaman/shellcheck/wiki/SC2006
|
2020-02-19 15:22:09 +01:00 |
Jeremy Gardais
|
393f9996d2
|
Get disk list from smartctl scan
|
2020-02-19 11:18:25 +01:00 |
Jeremy Gardais
|
681d1ee0c3
|
Init smart plugin from xymon.com
https://www.xymon.com/xymon-cgi/viewconf.sh?smart
|
2020-02-19 09:52:32 +01:00 |