From f9547bbb6f6cf836e86231051f582f6a74f3f04c Mon Sep 17 00:00:00 2001 From: CPbN Date: Mon, 27 May 2019 16:35:21 +0200 Subject: [PATCH] 3CX typo --- 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 c0356bae6..d9d04ae6a 100644 --- a/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm +++ b/centreon-plugins/apps/voip/3cx/restapi/mode/system.pm @@ -128,11 +128,11 @@ sub manage_selection { } $self->{service}->{HasNotRunningServices} = { display => 'HasNotRunningServices', - health => $self->{system}->{HasNotRunningServices} ? 'false' : 'true', + health => $system->{HasNotRunningServices} ? 'false' : 'true', }; $self->{service}->{HasUnregisteredSystemExtensions} = { display => 'HasUnregisteredSystemExtensions', - health => $self->{system}->{HasUnregisteredSystemExtensions} ? 'false' : 'true', + health => $system->{HasUnregisteredSystemExtensions} ? 'false' : 'true', }; $self->{global} = {