码迷,mamicode.com
首页 > Web开发 > 详细

PHP报错Cannot adopt OID in UCD-SNMP-MIB、 LM-SENSORS-MIB

时间:2017-09-03 13:30:12      阅读:1243      评论:0      收藏:0      [点我收藏+]

标签:out   运行   pre   ext   val   names   put   怎么办   下载   

Cannot adopt OID in UCD-SNMP-MIB:

Cannot adopt OID in LM-SENSORS-MIB: lmTempSensorsValue

运行PHP遇到这些错误怎么办?安装两个软件就行!

 

他们分别是:getcomposer和snmp-mibs-downloader

下载:curl -sS https://getcomposer.org/installer | php
安装:/usr/bin/php composer.phar --version
环境变量: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 }

PHP报错Cannot adopt OID in UCD-SNMP-MIB、 LM-SENSORS-MIB

标签:out   运行   pre   ext   val   names   put   怎么办   下载   

原文地址:http://www.cnblogs.com/crxis/p/7469259.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!