mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-28 16:14:21 +02:00
fix azure logs
This commit is contained in:
parent
deb561d288
commit
9b49ce3ac0
@ -86,7 +86,7 @@ sub manage_selection {
|
|||||||
$self->{global} = { total => 0 };
|
$self->{global} = { total => 0 };
|
||||||
foreach my $table (@{$log_results->{tables}}) {
|
foreach my $table (@{$log_results->{tables}}) {
|
||||||
foreach (@{$table->{rows}}) {
|
foreach (@{$table->{rows}}) {
|
||||||
$self->{global}->{total} += $_->[2];
|
$self->{global}->{total} += $_->[0];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user