- Zabbix Performance Tuning
- Luciano Alves
- 540字
- 2021-07-16 13:52:18
After starting Zabbix – the initial steps
Suppose you already have your Zabbix server up and running. In a few weeks, Zabbix has helped you save a lot of time while restoring systems. It has also helped you notice some hidden things in your environment—maybe a flapping port in a network switch, or lack of CPU in a router.
In a few months, Zabbix and you (of course) are like superstars. During lunch, people are talking about you. Some are happy because you've dealt with a recurring error. Maybe, a manager asks you to find a way to monitor a printer because it's very important to their team, another manager asks you to monitor an application, and so on.
The other teams and areas also need some kind of monitoring. They have other things to monitor, not only IT things. But are these people familiar with technical things? Technical words, expressions, flows, and lines of thoughts are not so easy for people with nontechnical backgrounds to understand.
Of course, in small and medium enterprises (SME), things will go ahead faster and paths will be shorter, but the scenario is not too different in most cases. You can work alone or in a huge team, but now you have another important partner—Zabbix.
An immutable fact is that monitoring things comes with more and more responsibility and reliability. At this point, we have some new issues to solve:
- How do we create and authenticate a user?
When Zabbix's visibility starts growing in your environment, you will need to think how to manage and handle these users. Do you have an LDAP or Microsoft Active Directory that you can use for centralized authentication? Of course, depending on the users you have, you will have more requests. Will you permit any user to access the Zabbix interface? Only a few? And which ones?
- Is it necessary to create a custom monitor?
We know that Zabbix has a lot of built-in keys for gathering data. These keys are available for a good number of operating systems. We also have built-in functions used to gather data using the Intelligent Platform Management Interface (IPMI), Simple Network Management Protocol (SNMP), Open Database Connectivity (ODBC), Java Management Extensions (JMX), user parameters in the Zabbix agent, and so on. However, we need to think about a wide scenario where we need to gather data from somewhere Zabbix hasn't reached yet.
Our experience shows us that most of the time, it is necessary to create custom monitors (not one, but a lot of them). Zabbix is a very flexible and easy-to-customize platform. It is possible to make Zabbix do anything you want. However, to learn every new function or to monitor Zabbix, you'll need to think about what kind of extension you'll use.
- More functions, more data, more load, and more TCP connections!
This means that when other teams or areas start putting light on Zabbix, you will need to think about the number of new functions or monitors you will need to get. Then, which language to choose to develop these new things? Maybe you know the C language and you are thinking of using Zabbix modules. Will you use bulk operations to avoid network traffic?
- Google Flutter Mobile Development Quick Start Guide
- Deploying Node.js
- The Computer Vision Workshop
- Visual Basic程序設計教程
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Spring核心技術和案例實戰
- 從零開始學Linux編程
- 微服務架構深度解析:原理、實踐與進階
- Python Data Structures and Algorithms
- 執劍而舞:用代碼創作藝術
- Fast Data Processing with Spark(Second Edition)
- Mastering SciPy
- Python數據預處理技術與實踐
- C#程序開發參考手冊
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)