1.SNMP TABLE ERROR : Requested table is empty or does not existspa
這是SNMP的服務端查詢客服端失敗,失敗的原理是權限不足.net
解決辦法:rest
vi /etc/snmp/snmpd.confblog
添加下面一行到類似的位置處get
view systemview included .1it
重啓table
service snmpd restart原理
2.Check mod for temporary file :/var/lib/centreon/centpluginsfile
這是centreon的文件權限不夠,可能緣由是root用戶下執行了snmp命令產生了cache文件,可是centreon用戶不能操做plugin
解決辦法刪除文件
rm -rf /var/lib/centreon/centplugins/filename