Ad Widget

Collapse

Zabbix error: "cannot read instance id from database"?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FabrinRodriguez
    Junior Member
    • Nov 2019
    • 2

    #1

    Zabbix error: "cannot read instance id from database"?

    Hello,
    I've got problem with configuring zabbix-server, message from log file shows "cannot read instance id from database", i can't find out where is the instance id that zabbix requires.
    I'm newbie to zabbix.
    Operation System: Debian 10
    Database mengagment: MariaDBusps tracking showbox speed test
    Last edited by FabrinRodriguez; 21-10-2020, 11:59.
  • AVP.Riga
    Member
    • Oct 2020
    • 59

    #2
    Good day,

    Could you please share : /var/log/zabbix/zabbix_server.log and /var/log/zabbix/zabbix_agentd.log ?
    Last edited by AVP.Riga; 20-10-2020, 14:15.

    Comment

    • dimir
      Zabbix developer
      • Apr 2011
      • 1080

      #3
      Did you load the data into your database? How did you set it up? Did you follow instructions on https://zabbix.com/download ? If yes, please show the output of the following SQL:
      Code:
      select configid,instanceid from config order by configid;

      Comment

      Working...