From d04df8dd12aabb84f3df594518f05c41e8b2cdc5 Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 13 Mar 2022 13:52:12 +0100 Subject: [PATCH] Change parity sync notification to notice level --- plugins/dynamix/scripts/monitor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynamix/scripts/monitor b/plugins/dynamix/scripts/monitor index 50be7e581..b3a1f41d7 100755 --- a/plugins/dynamix/scripts/monitor +++ b/plugins/dynamix/scripts/monitor @@ -168,7 +168,7 @@ foreach ($disks as $disk) { case 'yellow': if ($warn!=$last) { if ($var['fsState']!='Stopped') { - $status = $name=='parity' ? "parity-sync in progress" : "drive not ready, content being reconstructed"; + $status = $name=='parity' ? "parity-sync in progress" : " is being reconstructed and is available for normal operation"; exec("$notify -l '/Main' -e ".escapeshellarg("Unraid $text message")." -s ".escapeshellarg("Notice [$server] - $text, $status")." -d ".escapeshellarg("$info")." 2>/dev/null"); } $saved[$item][$name] = $warn;