mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51: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/) {
|
elsif ($action =~ /check|resync/) {
|
||||||
if ($proc < 0) {
|
if ($proc < 0) {
|
||||||
# array is on DELAYED or PENDING, further info is unknown
|
# array is on DELAYED or PENDING, further info is unknown
|
||||||
$rpct = 0;
|
$rpct = "U";
|
||||||
$cpct = 0;
|
$cpct = 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue