minor error

This commit is contained in:
andrea.noni 2024-10-30 17:02:16 +01:00
parent 065e5a524c
commit c83c68f505
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ do
echo Bad: - Btrfs is detecting errors on partition $i, some disk is about to be broken echo Bad: - Btrfs is detecting errors on partition $i, some disk is about to be broken
echo Sending alert... echo Sending alert...
curl -k --retry 3 \ curl -k --retry 3 \
-d "Bad - Errors on btrfs mounted device $i: you will have to replace a disk. Check the status of mounted disks with: btrfs device stats $1" \ -d "Bad - Errors on btrfs mounted device $i: you will have to replace a disk. Check the status of mounted disks with: btrfs device stats $i" \
-H "Title: btrfs errors on partition $i of $(hostname)" \ -H "Title: btrfs errors on partition $i of $(hostname)" \
-H "Priority: high" \ -H "Priority: high" \
-H "Tags: warning,boar" \ -H "Tags: warning,boar" \