Maison > Article > développement back-end > Solution à l'erreur Impossible d'adopter l'OID dans UCD-SNMP-MIB, LM-SENSORS-MIB en PHP
Impossible d'adopter l'OID dans UCD-SNMP-MIB :
Impossible d'adopter l'OID dans LM-SENSORS-MIB : lmTempSensorsValue
Que dois-je faire si je rencontre ces erreurs lors de l'exécution de PHP ? Installez simplement deux logiciels !
Ils sont : getcomposer et snmp-mibs-downloader
Téléchargement : curl -sS https://getcomposer.org/installer php
Installation : /usr/bin/php composer .phar --version
Variable d'environnement : mv composer.phar /usr/local/bin/composer
apt-get install snmp-mibs-downloader
Cannot adopt OID in SQUID-MIB: cacheClients ::= { cacheProtoAggregateStats 15 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendLineIndex ::= { nsExtendOutput2Entry 1 } Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutLine ::= { nsExtendOutput2Entry 2 } Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 } Cannot adopt OID in UCD-SNMP-MIB: laNames ::= { laEntry 2 } Cannot adopt OID in UCD-SNMP-MIB: laLoad ::= { laEntry 3 } Cannot adopt OID in UCD-SNMP-MIB: laConfig ::= { laEntry 4 } Cannot adopt OID in UCD-SNMP-MIB: laLoadInt ::= { laEntry 5 } Cannot adopt OID in UCD-SNMP-MIB: laLoadFloat ::= { laEntry 6 } Cannot adopt OID in UCD-SNMP-MIB: laErrorFlag ::= { laEntry 100 } Cannot adopt OID in UCD-SNMP-MIB: laErrMessage ::= { laEntry 101 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyRestart ::= { netSnmpNotifications 3 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyShutdown ::= { netSnmpNotifications 2 } Cannot adopt OID in NET-SNMP-AGENT-MIB: nsNotifyStart ::= { netSnmpNotifications 1 }
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!