From 623a5ede279c662af32cecb605711c6657742986 Mon Sep 17 00:00:00 2001 From: Simon BOMM Date: Tue, 31 Mar 2015 17:04:46 +0200 Subject: [PATCH] delete temporary, will be re introduce soon --- centreon-plugins/apps/centreon/local/plugin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/centreon-plugins/apps/centreon/local/plugin.pm b/centreon-plugins/apps/centreon/local/plugin.pm index f8cbae091..1bb491eb7 100644 --- a/centreon-plugins/apps/centreon/local/plugin.pm +++ b/centreon-plugins/apps/centreon/local/plugin.pm @@ -49,7 +49,6 @@ sub new { %{$self->{modes}} = ( 'metaservice' => 'apps::centreon::local::mode::metaservice', 'retention-broker' => 'apps::centreon::local::mode::retentionbroker', - 'temporary-broker' => 'apps::centreon::local::mode::temporarybroker', ); return $self;