mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
fix(Synology) remaining partition wording
This commit is contained in:
parent
cd419a5d94
commit
a5d0d59fe7
@ -57,7 +57,7 @@ sub check {
|
||||
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
|
||||
$self->{output}->output_add(
|
||||
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