fixing blank output (#4011)
This commit is contained in:
parent
e7c65871b2
commit
19433b72e1
|
@ -43,7 +43,7 @@ sub set_counters {
|
||||||
my ($self, %options) = @_;
|
my ($self, %options) = @_;
|
||||||
|
|
||||||
$self->{maps_counters_type} = [
|
$self->{maps_counters_type} = [
|
||||||
{ name => 'features', type => 3, cb_long_output => 'features_long_output', indent_long_output => ' ', message_multiple => 'All features are OK.',
|
{ name => 'features', type => 3, cb_long_output => 'features_long_output', indent_long_output => ' ',
|
||||||
group => [
|
group => [
|
||||||
{ name => 'file-monitor-input', type => 0, display_short => 0, skipped_code => { -10 => 1 } },
|
{ name => 'file-monitor-input', type => 0, display_short => 0, skipped_code => { -10 => 1 } },
|
||||||
{ name => 'index-processor', type => 0, display_short => 0, skipped_code => { -10 => 1 } },
|
{ name => 'index-processor', type => 0, display_short => 0, skipped_code => { -10 => 1 } },
|
||||||
|
@ -100,6 +100,7 @@ sub manage_selection {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$self->{output}->output_add(severity => 'OK', short_msg => 'All features are OK.');
|
||||||
}
|
}
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
Loading…
Reference in New Issue