Don't use reverse mode

This commit is contained in:
Benoit S 2021-02-06 18:07:57 +09:00
parent 015a8fa5d4
commit 06a5833e56

View file

@ -13,6 +13,6 @@ done
zpool status local
# Get stdout from journalctl
LOG=$(journalctl -o cat -r -u zfs-scrub.service -n 100)
LOG=$(journalctl -o cat -u zfs-scrub.service -n 100)
curl -fsS -m 10 --retry 5 --data-raw "$LOG" {{ host.data.zfs_healthchecks }}
exit 0