Update README.md

This commit is contained in:
Thorsten Spille 2021-12-12 13:42:29 +01:00 committed by GitHub
parent 9f1853a4c9
commit f0a6720f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,8 @@
# check-zfs-replication # check-zfs-replication
This script checks yout ZFS replication an generates reports in different flavours or can act as checkmk agent plugin. 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
```