- Zabbix Performance Tuning
- Luciano Alves
- 303字
- 2021-07-16 13:52:17
List of don'ts
You need to know some basic things about what to avoid when you start working with Zabbix.
Starting a Zabbix deployment without planning
Lack of planning is the main item in this list of don'ts. Sorry to be repetitive, but if you start a Zabbix deployment without planning, you will have performance issues. So, it is important to know both your environment and Zabbix well.
Use of default templates
Templates that Zabbix SIA sends together with Zabbix are only for testing, and they may be for proving concepts; they are not for use in a production environment. We'll need to create our own templates based on our needs. In the next chapter, you will know that all the default templates are not really meant for you.
Use of default database settings
It doesn't matter which database engine are you using (Oracle, MySQL, pgSQL, or DB2). You will need to change some parameters and tune your database engine. So, you'll need to know about the SQL statements that Zabbix uses and a few more things, as follows:
- How many users will you have? This is precious information to know if you need to tune your database for read or write operations.
- You need knowledge about the hardware. Do you have a storage-backed database? Do you have local disks? How about SAS, SATA, and SSD disks? This is another piece of important information to help you with database tuning.
- Do you have dedicated hardware for the database server? If yes, you can manage the database memory settings (cache and buffer) much better.
- Is this database server a shared server? I mean, is your database server dedicated to the Zabbix database or you have another database together with it? And if you change something to improve Zabbix's performance, will it affect another application?
- 測試驅(qū)動開發(fā):入門、實戰(zhàn)與進階
- Boost C++ Application Development Cookbook(Second Edition)
- CentOS 7 Server Deployment Cookbook
- Java高手真經(jīng)(高級編程卷):Java Web高級開發(fā)技術
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Python爬蟲開發(fā)與項目實戰(zhàn)
- Learning Python Design Patterns(Second Edition)
- KnockoutJS Starter
- Mastering JavaScript Design Patterns(Second Edition)
- Selenium Testing Tools Cookbook(Second Edition)
- Visual Basic程序設計實驗指導(第二版)
- 代替VBA!用Python輕松實現(xiàn)Excel編程
- Android Studio Cookbook
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL