Guest User

zabbix.conf

a guest
Nov 12th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. sudo cat /etc/zabbix/zabbix_server.conf | grep -v ^# | grep -v -e '^$'
  2.  
  3. LogFile=/var/log/zabbix/zabbix_server.log
  4. LogFileSize=0
  5. PidFile=/var/run/zabbix/zabbix_server.pid
  6. DBHost=localhost
  7. DBName=zabbix
  8. DBUser=zabbix
  9. DBPassword=**OMITTED**
  10. DBSocket=/var/run/mysqld/mysqld.sock
  11. StartPollers=20
  12. StartPollersUnreachable=10
  13. StartPingers=10
  14. StartDiscoverers=10
  15. Timeout=30
  16. AlertScriptsPath=/usr/lib/zabbix/alertscripts
  17. ExternalScripts=/usr/lib/zabbix/externalscripts
  18. FpingLocation=/usr/bin/fping
  19. Fping6Location=/usr/bin/fping6
Advertisement
Add Comment
Please, Sign In to add comment