Jeremy Gardais
|
d49b19bdc4
|
New function to regenerate a file if too old
|
2020-03-11 10:52:44 +01:00 |
Jacek Tomasiak
|
af5c5d4ef4
|
- smart: fixed overall health color - smart: added WHEN_FAILED checking
|
2020-03-10 16:19:38 +01:00 |
Jeremy Gardais
|
d6befb67e2
|
Move _smarctl_support_result file to XYMONTMP dir
|
2020-03-04 11:00:34 +01:00 |
Jeremy Gardais
|
ac0d619cd7
|
Build a list of device known from smartmontools DB
And compatible with selftest logging.
This file can next be used by an advanced script.
|
2020-03-04 10:56:36 +01:00 |
Jeremy Gardais
|
60217f1eec
|
Rename logfiles and keep them between each run
|
2020-03-04 09:57:20 +01:00 |
Jeremy Gardais
|
087ccf5068
|
Use Xymon tmp dir
|
2020-03-03 14:20:18 +01:00 |
Jeremy Gardais
|
ff84243229
|
Manage files with variables...
|
2020-02-28 15:14:36 +01:00 |
Jeremy Gardais
|
4d90168df5
|
Store files to Xymon's tmp dir (with var XYMONTMP)
|
2020-02-28 14:36:00 +01:00 |
Jeremy Gardais
|
e55b2d990f
|
Regenerate disk_list file if too old
|
2020-02-28 14:22:32 +01:00 |
Jeremy Gardais
|
a9d76dd030
|
Put disk_list file content to disks array
|
2020-02-28 13:58:33 +01:00 |
Jeremy Gardais
|
ddd9191af9
|
Create a file with the list of disks to test
|
2020-02-28 09:56:36 +01:00 |
Jeremy Gardais
|
c954b608b6
|
Init smart plugin from Jacek Tomasiak
From: https://github.com/skazi0/xymon-plugins/blob/master/client/ext/smart
|
2020-02-28 09:53:47 +01:00 |
Jeremy Gardais
|
4bca7327b5
|
Add state and message if logging aren't supported
|
2020-02-26 11:43:15 +01:00 |
Jeremy Gardais
|
094c1d0f93
|
Set new foldmarker (for Ansible compatibility)
|
2020-02-25 17:36:34 +01:00 |
Jeremy Gardais
|
3e52ecdd31
|
Fix ddc0d42 with basename to get script name...
|
2020-02-24 14:31:04 +01:00 |
Jeremy Gardais
|
128865f877
|
Rename smart to smartoverall
|
2020-02-24 13:59:39 +01:00 |
Jeremy Gardais
|
ddc0d42eed
|
Use script name to detect plugin name on server
|
2020-02-24 13:32:00 +01:00 |
Jeremy Gardais
|
8efe91c0e8
|
Add description and information about the script
|
2020-02-21 17:53:58 +01:00 |
Jeremy Gardais
|
1bd4079a4e
|
Check if a selftests are recorded
Then display the last 3 or put this disk in error state.
|
2020-02-21 17:30:25 +01:00 |
Jeremy Gardais
|
2e114b4179
|
Only display smart DB message for supported device
|
2020-02-21 11:04:10 +01:00 |
Jeremy Gardais
|
aa0a2359a5
|
Add message if the model is known in smart DB
|
2020-02-21 10:26:05 +01:00 |
Jeremy Gardais
|
f433389f0e
|
Try to display info even for unsupported device
|
2020-02-21 08:50:07 +01:00 |
Jeremy Gardais
|
beee18371c
|
Display additionnal device info in detail
|
2020-02-20 18:43:23 +01:00 |
Jeremy Gardais
|
8a3c0de8e4
|
Add comment
|
2020-02-20 16:32:25 +01:00 |
Jeremy Gardais
|
b6c1913065
|
Create or empty previous files and fix redirection
|
2020-02-20 16:02:05 +01:00 |
Jeremy Gardais
|
5ec0d0c8ee
|
Manage case of scan doesn't return any result
|
2020-02-20 15:55:29 +01:00 |
Jeremy Gardais
|
3258881a0f
|
Add info if the type/device isn't supported
|
2020-02-20 15:37:50 +01:00 |
Jeremy Gardais
|
b589528e03
|
Fix individual redirection with { cmd1; cmd2; }
Consider using { cmd1; cmd2; } >> file instead of individual redirects.
See : https://github.com/koalaman/shellcheck/wiki/SC2129
|
2020-02-20 15:35:33 +01:00 |
Jeremy Gardais
|
b05d10771c
|
Manage case of an empty file with smartctl results
|
2020-02-20 14:47:33 +01:00 |
Jeremy Gardais
|
fb1094308d
|
Determine the right TYPE between scanned and auto
|
2020-02-20 14:36:02 +01:00 |
Jeremy Gardais
|
3b016ae797
|
Set clear status if SMART is not supported
|
2020-02-20 11:18:18 +01:00 |
Jeremy Gardais
|
26d6b06c86
|
Add a function to test SMART support on a disk
|
2020-02-19 18:33:15 +01:00 |
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 |