mirror of
https://github.com/bashclub/check-zfs-replication.git
synced 2025-12-06 09:08:44 +00:00
9 lines
315 B
Markdown
9 lines
315 B
Markdown
# check-zfs-replication
|
|
This script checks yout ZFS replication an generates reports in different flavours or can act as checkmk agent plugin.
|
|
|
|
```
|
|
wget -O /usr/local/bin/checkzfs https://raw.githubusercontent.com/bashclub/check-zfs-replication/main/checkzfs.py
|
|
chmod +x /usr/local/bin/checkzfs
|
|
checkzfs --help
|
|
```
|