From 3c7f3cea31354ba7e72c01c0db9036a4d0f0989c Mon Sep 17 00:00:00 2001 From: Simon BOMM Date: Wed, 15 Apr 2015 10:24:09 +0200 Subject: [PATCH] Forgot to delete that line, hope nobody configured one day retention forward ... --- centreon-plugins/apps/centreon/mysql/mode/partitioning.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centreon-plugins/apps/centreon/mysql/mode/partitioning.pm b/centreon-plugins/apps/centreon/mysql/mode/partitioning.pm index 38a731fb1..8e59ed9fd 100644 --- a/centreon-plugins/apps/centreon/mysql/mode/partitioning.pm +++ b/centreon-plugins/apps/centreon/mysql/mode/partitioning.pm @@ -90,7 +90,7 @@ sub run { $self->{output}->output_add(severity => 'OK', short_msg => sprintf("All partitions are up to date")); - $self->{option_results}->{retentionforward}--; + #$self->{option_results}->{retentionforward}--; foreach my $table (@partitionedTables) {