Don't use reverse mode
This commit is contained in:
parent
015a8fa5d4
commit
06a5833e56
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ done
|
||||||
zpool status local
|
zpool status local
|
||||||
|
|
||||||
# Get stdout from journalctl
|
# 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 }}
|
curl -fsS -m 10 --retry 5 --data-raw "$LOG" {{ host.data.zfs_healthchecks }}
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Reference in a new issue