check-zfs-replication/README.md

9 lines
315 B
Markdown
Raw Normal View History

2021-06-16 17:29:05 +02:00
# check-zfs-replication
This script checks yout ZFS replication an generates reports in different flavours or can act as checkmk agent plugin.
2021-12-12 13:42:29 +01:00
```
wget -O /usr/local/bin/checkzfs https://raw.githubusercontent.com/bashclub/check-zfs-replication/main/checkzfs.py
2022-01-31 19:13:43 +01:00
chmod +x /usr/local/bin/checkzfs
2021-12-12 13:42:29 +01:00
checkzfs --help
```