mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ typo fix in ruggedcom
This commit is contained in:
parent
2d032215ed
commit
59f2337079
@ -285,7 +285,7 @@ sub check_psu {
|
||||
my $exit = $self->get_severity(section => 'psu', value => $map_states_psu{$psu_state});
|
||||
if (!$self->{output}->is_status(value => $exit, compare => 'ok', litteral => 1)) {
|
||||
$self->{output}->output_add(severity => $exit,
|
||||
short_msg => sprintf("Power Supply'%s' state is %s.", $instance, $map_states_psu{$psu_state}));
|
||||
short_msg => sprintf("Power Supply '%s' state is %s.", $instance, $map_states_psu{$psu_state}));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user