Ad Widget

Collapse

Scheduled Reports 6.2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AQS
    Member
    • Dec 2021
    • 62

    #1

    Scheduled Reports 6.2

    Oracle Linux 8, no GUI
    Zabbix 6.2.7 Postgres nGinx
    Installed zabbix-web-service-6.2.7-release1.el8.x86_64
    edited​ in /etc/zabbix/zabbix_server.conf
    Code:
    WebServiceURL=http://localhost:10053/report
    StartReportWriters=3​
    edited​ in /etc/zabbix/zabbix_server.conf
    Code:
    ListenPort=10053
    edited Administration → General → Other
    Code:
    Frontend URLhttp://localhost/zabbix
    I start the web service with an explicit configuration file
    Code:
    zabbix_web_service -c /etc/zabbix/zabbix_web_service.conf
    Test report submits successfully, pdf contains nginx 404 error.
    An error appears in the zabbix_web_service console:​
    ERROR: could not unmarshal event: unknown PrivateNetworkRequestPolicy value
    The behavior is the same for google chrome stable and chromium
    Last edited by AQS; 03-02-2023, 11:31. Reason: Scheduled Reports,
  • AQS
    Member
    • Dec 2021
    • 62

    #2
    What should be listed in Administration/Other/FrontendURL?
    The /var/log/nginx/access.log appears:
    POST /zabbix.php?sid=4a6be579ee5c1989&action=popup.sched uledreport.test HTTP/1.1
    at every test
    Last edited by AQS; 07-02-2023, 14:55.

    Comment

    Working...