Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sudo cat /etc/zabbix/zabbix_server.conf | grep -v ^# | grep -v -e '^$'
- LogFile=/var/log/zabbix/zabbix_server.log
- LogFileSize=0
- PidFile=/var/run/zabbix/zabbix_server.pid
- DBHost=localhost
- DBName=zabbix
- DBUser=zabbix
- DBPassword=**OMITTED**
- DBSocket=/var/run/mysqld/mysqld.sock
- StartPollers=20
- StartPollersUnreachable=10
- StartPingers=10
- StartDiscoverers=10
- Timeout=30
- AlertScriptsPath=/usr/lib/zabbix/alertscripts
- ExternalScripts=/usr/lib/zabbix/externalscripts
- FpingLocation=/usr/bin/fping
- Fping6Location=/usr/bin/fping6
Advertisement
Add Comment
Please, Sign In to add comment