mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-04-07 20:35:27 +02:00
Typo & comments
This commit is contained in:
parent
608181aa16
commit
d89ff9184e
@ -54,6 +54,7 @@ sub run {
|
||||
|
||||
$self->manage_selection(%options);
|
||||
foreach my $item (sort keys %{$self->{single}}) {
|
||||
# As of 3CX 15.5 / 16, we have Firewall, Phones, Trunks
|
||||
$self->{output}->output_add(severity => $self->{single}->{$item} ? 'OK' : 'CRITICAL',
|
||||
short_msg => $item);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user