mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix(Synology) remaining partition wording
This commit is contained in:
parent
55438ec5be
commit
ed43631004
@ -57,7 +57,7 @@ sub check {
|
|||||||
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
|
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
|
||||||
$self->{output}->output_add(
|
$self->{output}->output_add(
|
||||||
severity => $exit,
|
severity => $exit,
|
||||||
short_msg => sprintf("System status is %s.", $result->{synoSystemsystemStatus})
|
short_msg => sprintf("System partition status is %s.", $result->{synoSystemsystemStatus})
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user