After installing Zabbix 2.4.8 using the source tar file and setting up the front-end, the following error is presented:
Error in query [SELECT * FROM nodes WHERE nodetype=1 ORDER BY nodeid] [Table 'zabbix.nodes' doesn't exist]
Upon inspection of the schema.sql file (located in /database/mysql), it was determined that said file was missing the SQL command to create the nodes table.
Has anyone else seen this error before?
Error in query [SELECT * FROM nodes WHERE nodetype=1 ORDER BY nodeid] [Table 'zabbix.nodes' doesn't exist]
Upon inspection of the schema.sql file (located in /database/mysql), it was determined that said file was missing the SQL command to create the nodes table.
Has anyone else seen this error before?