[modules] Add zpool module

This commit is contained in:
Adam Dej 2017-11-24 20:07:10 +01:00
parent 8a0fae529a
commit 5766fedc46
5 changed files with 188 additions and 2 deletions

View file

@ -89,5 +89,12 @@
},
"uptime": {
"prefix": "uptime"
},
"zpool": {
"poolread": {"prefix": "pool read "},
"poolwrite": {"prefix": "pool write "},
"ONLINE": {"prefix": "pool"},
"FAULTED": {"prefix": "pool (!)"},
"DEGRADED": {"prefix": "pool (!)"}
}
}