diff --git a/centreon-plugins/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm b/centreon-plugins/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm index 683a4a90f..0f27aabaf 100644 --- a/centreon-plugins/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm +++ b/centreon-plugins/hardware/devices/gorgy/ntpserver/snmp/mode/globalstatus.pm @@ -143,8 +143,7 @@ sub manage_selection { oids => [ $mapping->{currentSyncState}->{oid} . '.0', $mapping->{timeBaseState}->{oid} . '.0', - $mapping->{powerDownFlags}->{oid} . '.0', - $mapping->{ntpRequestsNumber}->{oid} . '.0', + $mapping->{ntpRequestsNumber}->{oid} . '.0' ], nothing_quit => 1 );