mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-31 01:24:35 +02:00
parent
7760c806e6
commit
7f57f2a4c4
@ -29,7 +29,7 @@
|
||||
# do not wish to do so, delete this exception statement from your version.
|
||||
#
|
||||
# For more information : contact@centreon.com
|
||||
# Author : Quentin Garnier <qgarnier@merethis.com>
|
||||
# Author : Simon Bomm <sbomm@merethis.com>
|
||||
#
|
||||
####################################################################################
|
||||
|
||||
@ -120,7 +120,7 @@ sub run {
|
||||
value => $globalCount,
|
||||
warning => $self->{perfdata}->get_perfdata_for_output(label => 'warning'),
|
||||
critical => $self->{perfdata}->get_perfdata_for_output(label => 'critical'),
|
||||
);
|
||||
min => 0);
|
||||
$self->{output}->display();
|
||||
$self->{output}->exit();
|
||||
}
|
||||
@ -158,7 +158,7 @@ __END__
|
||||
|
||||
=head1 MODE
|
||||
|
||||
Count files in an FTP directory, cab be recursive
|
||||
Count files in an FTP directory (can be recursive).
|
||||
|
||||
=over 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user