mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
update indent
This commit is contained in:
parent
58b34db66a
commit
0651c0490a
@ -53,7 +53,6 @@ sub load {
|
|||||||
sub check {
|
sub check {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
|
|
||||||
$self->{output}->output_add(long_msg => "Checking sensors");
|
$self->{output}->output_add(long_msg => "Checking sensors");
|
||||||
$self->{components}->{sensor} = {name => 'sensors', total => 0, skip => 0};
|
$self->{components}->{sensor} = {name => 'sensors', total => 0, skip => 0};
|
||||||
return if ($self->check_filter(section => 'sensor'));
|
return if ($self->check_filter(section => 'sensor'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user