the missing inventory menu is quite strange phenomenon ..
please try to:
1) access URL : https://<yourZabbixHost>/hostinventoriesoverview.php
^ see if this gives you error message or any indication what could be wrong. Substitute https with protocol you use and <yourZabbixHost> with URL that responds with zabbix web interface.
2) see if file hostinventoriesoverview.php is present on a filesystem under directory where zabbix php files are
usually under /usr/share/zabbix/hostinventoriesoverview.php but could be elsewhere
if file is missing then the front-end installation was incomplete
3) try to look in php-fpm error log or apache/nginx/webserver error log - see if errors during loading front-end files are not present
lastly:
4) try to do another clean install and follow all steps very closely from the official docs - the inventory sub-menu should appear right away after a successful clean install.
please try to:
1) access URL : https://<yourZabbixHost>/hostinventoriesoverview.php
^ see if this gives you error message or any indication what could be wrong. Substitute https with protocol you use and <yourZabbixHost> with URL that responds with zabbix web interface.
2) see if file hostinventoriesoverview.php is present on a filesystem under directory where zabbix php files are
usually under /usr/share/zabbix/hostinventoriesoverview.php but could be elsewhere
if file is missing then the front-end installation was incomplete
3) try to look in php-fpm error log or apache/nginx/webserver error log - see if errors during loading front-end files are not present
lastly:
4) try to do another clean install and follow all steps very closely from the official docs - the inventory sub-menu should appear right away after a successful clean install.
Comment