| changeset 15 | 18b6d38a95c9 |
| parent 2 | 954185277fd8 |
| 14:f4d75fcc72a3 | 15:18b6d38a95c9 |
|---|---|
1 # ZFS checks |
1 # ZFS checks |
2 |
2 |
3 # zpool(1M) status, parameters: zpool-name,property |
3 # zpool(1M) status, parameters: zpool-name,property |
4 # parameters eg.: rpool,health |
4 # parameters eg.: rpool,health |
5 # see zpool list -o for available properties |
5 # see zpool list -o for available properties |
6 UserParameter=zpool[*],zpool list -H -o $2 $1 |
6 UserParameter=zpool[*],zpool list -H -o $2 $1|sed -e 's/%//' |