SNMP TABLE ERROR : Requested table is empty or does not exist
SNMP TABLE ERROR : Requested table is empty or does not exist
When using Centreon / Nagios this error has happened on a few machines. In order to resolve this you need to edit the snmpd.conf file and add a line to it.
So running a command like below would result in this error:
# /usr/lib64/nagios/plugins/check_centreon_snmp_process -H domain.com -v 1 -C public -p mysqld
SNMP TABLE ERROR : Requested table is empty or does not exist.
編輯snmpd.conf檔案:
Edit
/etc/snmp/snmpd.conf
or wherever your conf file is. Add the following line to the bottom:
view systemview included .1
Restart snmpd and try to connect again with the same command as before:
# /usr/lib64/nagios/plugins/check_centreon_snmp_process -H domain.com -v 1 -C public -p mysqld
Process OK - mysqld: runnable
Would you look at that? Success!
When using Centreon / Nagios this error has happened on a few machines. In order to resolve this you need to edit the snmpd.conf file and add a line to it.
So running a command like below would result in this error:
# /usr/lib64/nagios/plugins/check_centreon_snmp_process -H domain.com -v 1 -C public -p mysqld
SNMP TABLE ERROR : Requested table is empty or does not exist.
編輯snmpd.conf檔案:
Edit
/etc/snmp/snmpd.conf
or wherever your conf file is. Add the following line to the bottom:
view systemview included .1
Restart snmpd and try to connect again with the same command as before:
# /usr/lib64/nagios/plugins/check_centreon_snmp_process -H domain.com -v 1 -C public -p mysqld
Process OK - mysqld: runnable
Would you look at that? Success!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29500582/viewspace-1304663/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- yii2接入pgSQL(查詢不到表The table does not exist: {{%user}})SQL
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- ABAP 資料結構啟用時的錯誤訊息 - combination reference table field does not exist資料結構
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST
- SAP對工單做101收貨,報錯- Check table TFBEFU_CR entry 10 does not exist–對策
- SAP MM 對採購訂單執行收貨,報錯 - Table T169P entry ZNMI does not exist -
- ERROR 1114 (HY000) The table '' is fullError
- [20221227]a mutating table error without a trigger!.txtError
- [BUG反饋]子查詢報錯,Base table or view not found: 1146 Table 'onethink.(' doesn't existView
- Error: The directory named as part of the path ./log/supervisord.log does not exist解決方案Error
- MySQL 5.6執行DDL報錯ERROR 1050 (42S01): Table 'sms/#sql-ib752' already existMySqlError
- MySQL報錯Table 'plugin' is read only [ERROR] Can't open the mysql.plugin table.MySqlPluginError
- create table,show tables,describe table,DROP TABLE,ALTER TABLE ,怎麼使用?
- Waring: /dev/centos/swap does not existdevCentOS
- Property [title] does not exist on this collection instance
- table
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- Laravel Class env does not exist 問題排查Laravel
- ORA-20000:unable to analyze table "XXX"."DBMS_TABCOMP_TEMP_UNCMP",insufficient privileges or does no
- MySQL:Analyze table導致'waiting for table flush'MySqlAI
- ERROR 1786 (HY000): Statement violates GTID consistency: CREATE TABLE ... SELECTError
- Sparse Table
- 易優CMS【錯誤程式碼】 SQLSTATE【42S02】:Base table or view not found:1146 Table‘111.ey_admin_theme‘doesn‘t exist-eyoucmsSQLView
- pgsql 執行建庫指令碼時候出現ERROR: relation "xxx_id_seq" does not existSQL指令碼Error
- MySQL:Table_open_cache_hits/Table_open_cache_misses/Table_open_cache_overflowsMySql
- Setup had an error Error: At least one of these paths should existErrorAST
- mysqldump匯出報錯"mysqldump: Error 2013 ... during query when dumping tableMySqlError
- SQLITE_ERROR - table sap_capire_bookshop_books has no column named currencySQLiteErrorAPI
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- SQLAlchemy Table(表)類方式 – Table類和Column類SQL
- Client does not support authentication protocol requested by server; consider upgrading MySQL clientclientProtocolServerIDEMySql
- error: 'cout' does not name a type|Error
- error: ‘xxx’ does not name a typeError
- ORA-04043: object DBA_DATA_FILES does not existObject
- [20211231]ORA-01418 specified index does not exist.txtIndex
- table寬度
- Lua table(表)
- audit by user by table
- Oracle:TABLE MONITORINGOracle