Ad Widget

Collapse

Zabbix 3.4 web frontend on Alpine Linux, top menu items don't work.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jtl_
    Junior Member
    • Apr 2017
    • 9

    #1

    Zabbix 3.4 web frontend on Alpine Linux, top menu items don't work.

    Installed the Zabbix 3.4 server and frontend on Alpine Linux, using MariaDB as a database and nginx with php7-fpm for the web interface.

    The setup wizard went fine, but the problem I'm having is the top menu with Monitoring, Inventory, Reports, etc. I can't click on any of the menu items. I'm running Firefox 59 on Linux but have tried Chromium. Same problem.



    I have another Zabbix server running 3.2 with the web frontend and I can click on the menu items just fine.

    Thanks.
  • jtl_
    Junior Member
    • Apr 2017
    • 9

    #2
    Here are some relevant errors from browser Dev Tools

    Code:
    GET http://<redacted domain>/jsLoader.php?ver=3.4.8&lang=en_GB&showGuiMessaging=1 200 (OK)
    jsLoader.php?files[]=servercheck.js&lang=en_GB:22 Uncaught ReferenceError: jQuery is not defined
        at jsLoader.php?files[]=servercheck.js&lang=en_GB:22
    (anonymous) @ jsLoader.php?files[]=servercheck.js&lang=en_GB:22
    zabbix.php?action=dashboard.list:31 Uncaught ReferenceError: MMenu is not defined
        at zabbix.php?action=dashboard.list:31
    (anonymous) @ zabbix.php?action=dashboard.list:31
    zabbix.php?action=dashboard.list:34 Uncaught ReferenceError: jQuery is not defined
        at zabbix.php?action=dashboard.list:34
    (anonymous) @ zabbix.php?action=dashboard.list:34
    zabbix.php?action=dashboard.list:38 Uncaught ReferenceError: jQuery is not defined
        at zabbix.php?action=dashboard.list:38
    (anonymous) @ zabbix.php?action=dashboard.list:38
    zabbix.php?action=dashboard.list:32 Uncaught ReferenceError: MMenu is not defined
        at HTMLDivElement.onmouseover (zabbix.php?action=dashboard.list:32)

    Comment

    • jtl_
      Junior Member
      • Apr 2017
      • 9

      #3
      Solved the issue.

      Was a issue with permissions of nginx /tmp/nginx directory

      https://github.com/monitoringartist/...xxl/issues/111 is similar

      Comment

      Working...