remote empty lines
This commit is contained in:
parent
64662a3c92
commit
3fe139ee67
|
@ -745,7 +745,7 @@ sub display_disco_format {
|
|||
sub display_disco_show {
|
||||
my ($self, %options) = @_;
|
||||
|
||||
if (defined($self->{option_results}->{output_xml})) {
|
||||
if (defined($self->{option_results}->{output_xml})) {
|
||||
$self->create_xml_document();
|
||||
|
||||
my $root = $self->{xml_output}->createElement('data');
|
||||
|
@ -1326,7 +1326,7 @@ Change traffic values in percent: --change-perfdata=traffic_in,,percent()
|
|||
=item B<--extend-perfdata-group>
|
||||
|
||||
Extend perfdata from multiple perfdatas (methods in target are: min, max, average, sum)
|
||||
Syntax: --extend-perfdata-group=searchlabel,newlabel,target[,newuom]
|
||||
Syntax: --extend-perfdata-group=searchlabel,newlabel,target[,[newuom],[min],[max]]
|
||||
|
||||
Common examples:
|
||||
|
||||
|
|
Loading…
Reference in New Issue