Skip to content

Commit

Permalink
Merge remote-tracking branch 'centreon-gorgone/MON-139118-dev-24-04-x…
Browse files Browse the repository at this point in the history
…-mbi-rebuilding-centiles-truncates-mod-bi-metrichourlyvalue' into MON-139118-dev-24-04-x-mbi-rebuilding-centiles-truncates-mod-bi-metrichourlyvalue-migrate
  • Loading branch information
kduret committed Jul 19, 2024
2 parents d0d0128 + 8671d3f commit 3bade76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gorgone/gorgone/modules/centreon/mbi/etl/perfdata/main.pm
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sub purgeTables {

if ($etl->{run}->{etlProperties}->{'perfdata.granularity'} ne "day" &&
(!defined($etl->{run}->{options}->{month_only}) || $etl->{run}->{options}->{month_only} == 0) &&
(!defined($etl->{run}->{options}->{no_centile}) || $etl->{run}->{options}->{no_centile} == 0)) {
(!defined($etl->{run}->{options}->{centile_only}) || $etl->{run}->{options}->{centile_only} == 0)) {
emptyTableForRebuild($etl, name => 'mod_bi_metrichourlyvalue', column => 'time_id', start => $hourly_start, end => $hourly_end);
}
}
Expand Down

0 comments on commit 3bade76

Please sign in to comment.