mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 14:44:43 +02:00
3CX typo
This commit is contained in:
parent
39b7cbabdc
commit
13cb75f1c7
@ -128,11 +128,11 @@ sub manage_selection {
|
|||||||
}
|
}
|
||||||
$self->{service}->{HasNotRunningServices} = {
|
$self->{service}->{HasNotRunningServices} = {
|
||||||
display => 'HasNotRunningServices',
|
display => 'HasNotRunningServices',
|
||||||
health => $self->{system}->{HasNotRunningServices} ? 'false' : 'true',
|
health => $system->{HasNotRunningServices} ? 'false' : 'true',
|
||||||
};
|
};
|
||||||
$self->{service}->{HasUnregisteredSystemExtensions} = {
|
$self->{service}->{HasUnregisteredSystemExtensions} = {
|
||||||
display => 'HasUnregisteredSystemExtensions',
|
display => 'HasUnregisteredSystemExtensions',
|
||||||
health => $self->{system}->{HasUnregisteredSystemExtensions} ? 'false' : 'true',
|
health => $system->{HasUnregisteredSystemExtensions} ? 'false' : 'true',
|
||||||
};
|
};
|
||||||
|
|
||||||
$self->{global} = {
|
$self->{global} = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user