You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.4 KiB

2 years ago
  1. # Minimal zabbix_agentd.conf
  2. # author Grebenkin Mikhail
  3. ############ GENERAL PARAMETERS #################
  4. PidFile=/var/run/zabbix/zabbix_agentd.pid
  5. ###LOGGING###
  6. # LogType=file # default
  7. LogFile=/var/log/zabbix-agent/zabbix_agentd.log
  8. LogFileSize=0 # Maximum size of log file in MB. 0 - disable automatic log rotation.
  9. # DebugLevel=3 # default
  10. ###NETWORK###
  11. # SourceIP= # default
  12. # EnableRemoteCommands=0
  13. # LogRemoteCommands=0 # default
  14. ##### Passive checks related
  15. Server=127.0.0.1 # server name or ip
  16. # ListenPort=10050 #default
  17. # ListenIP=0.0.0.0 #default
  18. # StartAgents=3 #default
  19. ##### Active checks related
  20. ServerActive=127.0.0.1 # server name or ip
  21. # Hostname= #name must mach with hosntame in server options
  22. # HostnameItem=system.hostname #name must mach with hosntame in server options
  23. # RefreshActiveChecks=120 #default
  24. # HostMetadata= #default
  25. # HostMetadataItem= #default
  26. # BufferSend=5 #default (seconds to keep data to send)
  27. # BufferSize=100 #default (buffer to keep values)
  28. # MaxLinesPerSecond=20 #default (max lines in the buffer)
  29. ############ ADVANCED PARAMETERS #################
  30. # Timeout=3 #default (Timeout of system operations)
  31. # AllowRoot=0 #default (don't permit agent to start as root)
  32. # User=zabbix #default ( agent user start as)
  33. Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf
  34. ####### USER-DEFINED MONITORED PARAMETERS #######
  35. # UnsafeUserParameters=0 #default
  36. # UserParameter= # Format: UserParameter=<key>,<shell command>

Powered by TurnKey Linux.