Category:
How To
Zabbix Agent Auto Registration
March 17, 2020
How To
Learn how to deploy the Zabbix agent on a large number of hosts using the auto registration feature and save your time on manual work.
Developing plugins for Zabbix Agent 2
March 9, 2020
How To
Zabbix Agent 2 is a promising platform that gives Zabbix more capabilities for data collection. Written in the powerful Go language, this new agent provides more options for plugin developers. More than that, it is less complicated than C Loadable modules, so creating plugins is now much more accessible for everyone.
Ceph Storage Monitoring with Zabbix
March 5, 2020
How To
Learn how to build a monitoring system for Ceph Storage using Zabbix, improving your visibility about your storage solution health and working proactively to identify possible failed events and performance issues before it impacts your applications and even the business continuity.
Zabbix Agent User Parameters
December 10, 2019
How To
Learn how to extend Zabbix agent functionality by adding your own checks that can be both – dynamic and static.
SNMP Traps in Zabbix
December 5, 2019
How To
SNMP traps report device failure very quickly, what increases server, services, and application availability. Receiving SNMP Traps in Zabbix is easy. In just a couple of minutes, your instance will be ready to receive, process and react any incoming trap.
Fault Tolerance and Lessons with Zabbix
December 3, 2019
Case Study
Learn how to build a geographically distributed monitoring solution based on Zabbix combined with other opensource tools like Elasticsearch, Percona, HAproxy, and PowerDNS.
Scaling Zabbix with MySQL InnoDB Cluster
November 28, 2019
Community
Build a scalable and highly available Zabbix monitoring system by scaling it on database level with MySQL InnoDB cluster. It guarantees data consistency and automated conflict resolution, automated failover, and self-healing.
Security-Related Monitoring with Zabbix
November 25, 2019
Conferences
Learn how Zabbix can help you to build a security monitoring solution to detect various IT infrastructure vulnerabilities like weak configurations, open ports, unsecured web-pages, physical intrusions, corrupted files, and many other issues.
Database ODBC Monitoring with Zabbix
November 19, 2019
How To
Sometimes it is required to monitor not only a performance of database, but also the data inside it. Zabbix has native functionality to query the database, visualize and process the data. Watch the video now.
Magic of New Zabbix Agent
November 11, 2019
Conferences
Zabbix 4.4 introduces a new type of agent, zabbix_agent2, which offers a wide range of new capabilities and advanced monitoring functions.
Deep Dive in Zabbix Preprocessing
November 11, 2019
How To
What are the different ways you can use Zabbix preprocessing and why you should consider implementing it in your environment? Let’s take a brief look at how Zabbix preprocessing has evolved and the technical nuances of transforming and storing your preprocessed data.
Zabbix XPath Preprocessing
November 5, 2019
How To
Processing of XML documents were never as easy as now. Xpath preprocessing is available as a native functionality without any third party scripts or modules. Write your xpath query and use it against your XML document to extract desired value.