Ad Widget

Collapse

Zabbix 7.4.9 unable to get scheduled reports working.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rbpowell
    Junior Member
    • May 2026
    • 3

    #1

    Zabbix 7.4.9 unable to get scheduled reports working.

    I have an Ubuntu 24.04 running docker, my setup is a docker compose file with the following services PostgreSQL, Zabbix 7.4.9 Server, Nginx Web interface, Web Service, headless chrome, Agent 2, snmp Traps, Java Gateway, all running in same network subnet. I have added all of the variables for scheduled reporting. WebServiceURL, Allowed IP, Listening port, Frontend URL are all set, all testing shows everything working. When I run the test for the report I get this error:

    2026/06/10 18:07:05.016034 received report request from 172.30.240.0:48568
    2026/06/10 18:07:05.016498 making chrome headless request with parameters url: http://my.internal.com/zabbix.php?ac...shboardid=405& from=2026-06-09%2000%3A00%3A00&to=2026-06-10%2000%3A00%3A00, width: 1920, height: 1080 for report request from 172.30.240.0:48568
    10 18:07:36.190650 Cannot fetch data.: dashboard failed to get ready, url: 'http://my.internal.com/zabbix.php?action=dashboard.print&dashboardid=405& from=2026-06-09%2000%3A00%3A00&to=2026-06-10%2000%3A00%3A00': Inspected target navigated or closed (-32000).

    I can take the URL listed in the error and paste it into a browser and it opens the Dashboard in 2 secs. Guessing but the error sounds like something to do with chrome, but I have not been able to figure it out. Chrome is running and all tests shows it as working correctly and the configuration test all show good. I have even tried running chrome direct instead of a container on the server with the same error message.

    Any help with this would be greatly appreciated.


  • Alex28
    Junior Member
    • Aug 2023
    • 14

    #2
    Hi, were you able to fix it? I had the same error and solved it by changing the URL under Administration / General / Other... the Frontend URL needs to be accessible.

    Comment

    • rbpowell
      Junior Member
      • May 2026
      • 3

      #3
      No, still having the same issue. The Frontend URL is accessible. Tried with just IP address and domain name, both worked during testing, but still get the same error.

      Comment

      • Rudlafik
        Senior Member
        • Nov 2018
        • 161

        #4
        I try long time ago this: (other problem but maybe inspiration for you)

        Originally posted by Rudlafik
        Our resolution is:

        1. Administration -> General -> Other: Fronend URL: https://Yours.DNS.adr

        2.Zabbix server config: WebServiceURL=http://Yours.DNS.adr:10053/report

        3.Web service config:
        TLSAccept=unencrypted
        IgnoreURLCertErrors=1

        Its work for us :-) Not blank PDF

        Comment

        • rbpowell
          Junior Member
          • May 2026
          • 3

          #5
          Thanks for the reply. I tried with the TLSAccept=unencrypted under the Web Service, still same error. I already had all of the other settings including the IgnoreURLCertErrors.

          Comment

          Working...