Ad Widget

Collapse

ERROR: "LogType" "file" parameter requires "LogFile" parameter to be set

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmaurelli67
    Junior Member
    • Feb 2022
    • 5

    #1

    ERROR: "LogType" "file" parameter requires "LogFile" parameter to be set

    Brand new install
    Ubuntu 20.04
    MariaDB
    zabbix-release_5.0-1+focal_all.deb

    Hopefully this is an easy fix.
    Thanks!
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If you built Zabbix environment using package, did you change the configuration file? For example, files such as zabbix_server.conf and zabbix_agentd.conf. By default, LogType should be commented out and the value should be file. In that setting and set, the following values should be set as the value of LogFile for each process to be used.

    /var/log/zabbix/zabbix_server.log
    /var/log/zabbix/zabbix_agentd.log
    /var/log/zabbix/zabbix_agent2.log

    Check the contents of the configuration file.

    Comment

    • jmaurelli67
      Junior Member
      • Feb 2022
      • 5

      #3
      Thanks for feedback, I will review.

      Comment

      Working...