- Zabbix Performance Tuning
- Luciano Alves
- 237字
- 2021-07-16 13:52:19
Beyond infrastructure
I think the monitoring solutions approach is changing, and I like this change. We know that every business nowadays has some dependency on technology, and it is normal to think that a monitoring solution will help keep their systems and services running.
But Zabbix can go beyond this. Actually, any reliable monitoring tool must work like a charm with infrastructure-monitoring things. If a monitoring tool has some loopholes, it's not a good tool and we shouldn't use it.
The real goal of a monitoring solution is how many new methods of gathering data it can show you, and how much it can interact with other tools. Zabbix can do both of these things like a charm.
A few years ago, I worked on a Zabbix deployment created to monitor water pumps. We know that water pumps are not smart devices (at least, the water pumps that I know aren't). That kind of device isn't accessible by a USB or serial port, nor by TCP/IP, SNMP, or any other network protocol. But it was possible to do this; we just needed to find a way to access this kind of device and gather some data.
So, using Zabbix's capabilities and your knowledge about your environment, it is possible to extend monitoring to other business areas. And how many things can you start monitoring? Maybe some business flow? Maybe some door sensors? Maybe the air conditioner's temperature?
- Mastering AWS Lambda
- ASP.NET MVC4框架揭秘
- Building Microservices with .NET Core
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- GameMaker Essentials
- 細(xì)說Python編程:從入門到科學(xué)計(jì)算
- 運(yùn)維前線:一線運(yùn)維專家的運(yùn)維方法、技巧與實(shí)踐
- 零基礎(chǔ)輕松學(xué)C++:青少年趣味編程(全彩版)
- STM8實(shí)戰(zhàn)
- 嵌入式Linux C語言程序設(shè)計(jì)基礎(chǔ)教程
- Python計(jì)算機(jī)視覺與深度學(xué)習(xí)實(shí)戰(zhàn)
- Beginning C# 7 Hands-On:The Core Language
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)
- Mastering High Performance with Kotlin
- Learning Network Programming with Java