[module] New module SMART status checker fo hdd/ssd

Smart status checker for hdd/ssd

Paramaters:
	* smartstatus.display: how to display (defaults to "combined", other choices: "seperate" or "singles")
        * smartstauts.drives: in the case of singles which drives to display, separated comma list value, multiple accepted (defaults to "sda", example:"sda,sdc")

requires: smartmontools

smartcl should be given sudo access with no password for this to work
(per example adding: %wheel ALL=(ALL) NOPASSWD: /usr/bin/smartctl)
This commit is contained in:
Martin 2020-03-28 21:12:33 +01:00
parent e3bca53ca2
commit d109ceb800
2 changed files with 118 additions and 0 deletions

View file

@ -246,6 +246,7 @@
"vpn": {
"prefix": ""
},
"smartstatus": { "prefix": "" },
"system": {
"prefix": "  "
},