Hello,
First of all, I am using:
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
And here is what I want. But, Zabbix could not start.
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!
First of all, I am using:
Ubuntu 16.04 LTS
Zabbix Server 3.2 from repository
App/ Syslog sends to graylog.
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
# 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
# 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!
Comment