| author | Eric Renfro <psi-jack@gmail.com> |
| Fri, 28 Jun 2013 13:02:43 -0400 | |
| changeset 22 | 4bccc75a8a1c |
| parent 15 | 18b6d38a95c9 |
| permissions | -rw-r--r-- |
| 2 | 1 |
# ZFS checks |
2 |
||
3 |
# zpool(1M) status, parameters: zpool-name,property |
|
4 |
# parameters eg.: rpool,health |
|
5 |
# see zpool list -o for available properties |
|
|
15
18b6d38a95c9
conf/zfs.conf: remove % (capacity checks)
Tomas Zeman <tzeman@volny.cz>
parents:
2
diff
changeset
|
6 |
UserParameter=zpool[*],zpool list -H -o $2 $1|sed -e 's/%//' |