mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
Fixed Output:
Now it looks the same, regardless of the status
This commit is contained in:
parent
645235bc93
commit
5c486e3d19
@ -310,7 +310,7 @@ sub output_txt {
|
||||
print (($options{nolabel} == 0 ? 'UNKNOWN: ' : '') . $self->{global_short_concat_outputs}->{UNKNOWN} . " ");
|
||||
}
|
||||
if (uc($options{exit_litteral}) eq 'OK') {
|
||||
print (($options{nolabel} == 0 ? 'OK: ' : '') . $self->{global_short_concat_outputs}->{OK});
|
||||
print (($options{nolabel} == 0 ? 'OK: ' : '') . $self->{global_short_concat_outputs}->{OK} . " ");
|
||||
}
|
||||
|
||||
if ($force_ignore_perfdata == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user