mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
during DELAYED/PENDING resyncs mark reshape/recovery percent as unknown instead of 0
This commit is contained in:
parent
1fa5558afd
commit
82644213e3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ while (@text) {
|
|||
elsif ($action =~ /check|resync/) {
|
||||
if ($proc < 0) {
|
||||
# array is on DELAYED or PENDING, further info is unknown
|
||||
$rpct = 0;
|
||||
$rpct = "U";
|
||||
$cpct = 0;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue