mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 21:55:16 +02:00
remove useless oid for gorgy ntpserver
This commit is contained in:
parent
12df0f4486
commit
4870f75737
@ -143,8 +143,7 @@ sub manage_selection {
|
|||||||
oids => [
|
oids => [
|
||||||
$mapping->{currentSyncState}->{oid} . '.0',
|
$mapping->{currentSyncState}->{oid} . '.0',
|
||||||
$mapping->{timeBaseState}->{oid} . '.0',
|
$mapping->{timeBaseState}->{oid} . '.0',
|
||||||
$mapping->{powerDownFlags}->{oid} . '.0',
|
$mapping->{ntpRequestsNumber}->{oid} . '.0'
|
||||||
$mapping->{ntpRequestsNumber}->{oid} . '.0',
|
|
||||||
],
|
],
|
||||||
nothing_quit => 1
|
nothing_quit => 1
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user