From 37892a0fbde17d864dd5f2e7664ab7d4b705dfe9 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 24 May 2019 15:50:20 +0200 Subject: [PATCH] fix 3cx --- centreon-plugins/apps/voip/3cx/restapi/mode/system.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm b/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm index b2b144306..62c0ccfc6 100644 --- a/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm +++ b/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm @@ -134,7 +134,7 @@ sub manage_selection { $self->{global} = { calls_active => $system->{CallsActive}, - extensions_registered => $self->{system}->{ExtensionsRegistered}, + extensions_registered => $system->{ExtensionsRegistered}, }; } @@ -166,7 +166,7 @@ Can used special variables like: %{health}, %{display} =item B<--warning-*> B<--critical-*> Thresholds. -Can be: 'calls-active', 'extensions-registred'. +Can be: 'calls-active', 'extensions-registered'. =back