Ad Widget

Collapse

Is it possible to config multiple LogType in zabbix_server.conf?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tienpt
    Junior Member
    • Sep 2012
    • 29

    #1

    Is it possible to config multiple LogType in zabbix_server.conf?

    Hello,

    First of all, I am using:
    Ubuntu 16.04 LTS
    Zabbix Server 3.2 from repository
    App/ Syslog sends to graylog.


    Is it possible to config multiple LogType in zabbix_server.conf [ also zabbix_agentd.conf]. I have tried to set multiple with command, then started failure because the configuration error.

    Here is correct configuration
    ### Option: LogType
    # Specifies where log messages are written to:
    # system - syslog
    # file - file specified with LogFile parameter
    # console - standard output
    #
    # Mandatory: no
    # Default:
    # LogType=file
    LogType=system


    And here is what I want. But, Zabbix could not start.
    ### Option: LogType
    # Specifies where log messages are written to:
    # system - syslog
    # file - file specified with LogFile parameter
    # console - standard output
    #
    # Mandatory: no
    # Default:
    # LogType=file
    LogType=system, file


    As I see, Zabbix 3.2 doesn't support multiple LogType. Am I right? Also I don't know if the latest version of Zabbix support?

    Sometime, I want to store log to syslog & graylog. In fact, I really want to know if Zabbix support this feature or not. Could you please share me some knowledge about this?
    Thank you so much!
    Last edited by tienpt; 15-02-2019, 10:36.
  • dimir
    Zabbix developer
    • Apr 2011
    • 1080

    #2
    Unfortunately there is no such feature even in the latest version. You can create a feature request in our bug tracking system.

    Comment

    • tienpt
      Junior Member
      • Sep 2012
      • 29

      #3
      Thank you so much dimir :-)

      Comment

      Working...