Ad Widget

Collapse

Report manager is disabled.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajid
    Junior Member
    • Oct 2021
    • 1

    #1

    Report manager is disabled.

    Hi,

    Do you have any resolution this subjected error. I have followed process but still have same error message.

    We need to enable report writer in server config. In /etc/zabbix/zabbix_server.conf change the value of StartReportWriters to at least 1, then restart the server.
    sudo nano /etc/zabbix/zabbix_server.conf
    We also need to set WebServiceURL parameter in zabbix_server.conf. The URL should be in format <host>:<port>/report. Default port is 10053.
    WebServiceURL=http://localhost:10053/report

    /report path is mandatory and hardcoded, and so can not be changed.
    Next, Frontend URL parameter must be set. Go to Administration → General → Other parameters, and specify the full URL of the Zabbix web interface in the Frontend URL parameter.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Did you install zabbix-web-service and start the service?

    Comment


    • sajid
      sajid commented
      Editing a comment
      Yes i have installed zabbix-web-service. Its running on the zabbix server.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #3
    The information that is causing the failure should be output to the log of each service. Check if any error or warning is output. Also, please tell us the detailed version of Zabbix or OS you are using.

    Comment


    • sajid
      sajid commented
      Editing a comment
      I am using 5.4.4 build for zabbix and Linux (centos 8.3.2011). Machine is installed on Azure cloud. Other servers are also hosted on same cloud.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #4
    Was there anything output in the log? If you are using CentOS 8.3.2011, you may have problems with localhost name resolution depending on the installation method. Try changing the WebServiceURL settings as follows.
    Code:
    WebServiceURL=http://127.0.0.1:10053/report

    Comment


    • sajid
      sajid commented
      Editing a comment
      This is the status of my web service. It's getting inactive every time.

      zabbix-web-service.service - Zabbix Web Service
      Loaded: loaded (/usr/lib/systemd/system/zabbix-web-service.service; disabled; vendor preset: disabled)
      Active: inactive (dead)


      Logs: there are lot of error related to this.
      1522:20211017:034846.505 item "switch109:net.if.out[ifOutOctets.55]" became supported
      1548:20211017:034853.577 cannot send list of active checks to "127.0.0.1": host [Zabbix server] not found
      1533:20211017:034902.228 SNMP response from host "firewall-2" contains variable bindings that do not match the request: sent ".1.3.6
      .1.2.1.2.2.1.8.29", received ".1.3.6.1.2.1.2.2.1.8.15731451"
      1522:20211017:034905.047 item "firewall-2:net.if.status[ifOperStatus.22]" became not supported: SNMP error: (noSuchName) There is no
      such variable name in this MIB.
      1522:20211017:034905.047 item "firewall-2:net.if.status[ifOperStatus.35]" became not supported: SNMP error: (noSuchName) There is no
      such variable name in this MIB.
      1522:20211017:034905.047 item "firewall-2:net.if.status[ifOperStatus.31]" became not supported: SNMP error: (noSuchName) There is no
      such variable name in this MIB.
      1522:20211017:034905.047 item "firewall-2:net.if.status[ifOperStatus.27]" became not supported: SNMP error: (noSuchName) There is no
      such variable name in this MIB.
      1522:20211017:034905.047 item "firewall-1:net.if.status[ifOperStatus.3]" became not supported: SNMP error: (noSuchName) There is no
      such variable name in this MIB.
      1532:20211017:035002.717 SNMP response from host "firewall-2" contains variable bindings that do not match the request: sent ".1.3.6
      .1.2.1.31.1.1.1.15.5", received ".1.3.6.1.2.1.31.1.1.1.15.15"
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #5
    Why not check zabbix-web-service logs? The logs listed are from Zabbix server, aren't they? Moreover, since it is an SNMP-related log, it has nothing to do with report generation.

    Comment


    • sajid
      sajid commented
      Editing a comment
      somehow i am manage to fix this issue. Now reports are triggering but getting blank reports in pdf. Can you pls advise on this?
  • angel75_zabbix
    Junior Member
    • Nov 2023
    • 21

    #6
    hola ing pregunta como pudiste solucinar lo dels pdf en blanco

    Comment

    Working...