mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-20 20:25:06 +02:00
fix 3cx
This commit is contained in:
parent
7d0bc173df
commit
f17a17c314
@ -121,7 +121,10 @@ sub manage_selection {
|
||||
$self->{service} = {};
|
||||
foreach my $item (keys %$single) {
|
||||
# As of 3CX 15.5 / 16, we have Firewall, Phones, Trunks
|
||||
$self->{service}->{$item} = { display => $item, health => $single->{$item} };
|
||||
$self->{service}->{$item} = {
|
||||
display => $item,
|
||||
health => $single->{$item} ? 'true' : 'false',
|
||||
};
|
||||
}
|
||||
$self->{service}->{HasNotRunningServices} = {
|
||||
display => 'HasNotRunningServices',
|
||||
|
Loading…
x
Reference in New Issue
Block a user