Skip to content
Snippets Groups Projects
Commit e99432a3 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Log zabbix-agent to file again

LogType=console fails, since it requires the process to run in the
foreground. For now, log to a file again.
parent d77643f4
Branches
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ PidFile=/var/run/zabbix/zabbix_agentd.pid ...@@ -20,7 +20,7 @@ PidFile=/var/run/zabbix/zabbix_agentd.pid
# #
# Mandatory: no # Mandatory: no
# Default: # Default:
LogType=console LogType=file
### Option: LogFile ### Option: LogFile
# Log file name for LogType 'file' parameter. # Log file name for LogType 'file' parameter.
...@@ -29,7 +29,7 @@ LogType=console ...@@ -29,7 +29,7 @@ LogType=console
# Default: # Default:
# LogFile= # LogFile=
#LogFile=/var/log/zabbix/zabbix_agentd.log LogFile=/var/log/zabbix/zabbix_agentd.log
### Option: LogFileSize ### Option: LogFileSize
# Maximum size of log file in MB. # Maximum size of log file in MB.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment