Tag:
zabbix agent
Monitoring MongoDB nodes and clusters with Zabbix
October 5, 2021
How To
Zabbix Agent 2 enables our users to monitor a whole set of new systems with minimal configuration required on the monitored systems. Forget about writing custom monitoring scripts, deploying additional packages, or configuring ODBC. A great use-case for Zabbix Agent 2 is monitoring one of the most popular NoSQL DB backends – MongoDB. Below, you […]
Finalizing the installation of Zabbix Agent with Ansible
March 4, 2021
Community
In the previous blog posts, we created a Zabbix Server with a new user, a media type, and an action. In the 2nd blog post, we continued with creating and configuring a Zabbix Proxy. In the last part of this series of blog posts, we will install the Zabbix Agent on all of the 3 […]
Setting up Zabbix Agent 2 for PostgreSQL monitoring and revealing how it works
February 24, 2021
Conferences
This article will recall the most important theses about the plugin for PostgreSQL monitoring for Zabbix Agent 2. Here you’ll find the explanation of how the plugin works under the hood illustrated with a simple example. You will also get familiar with a new mechanism of custom queries that let you collect metrics from separate […]
How To Use Zabbix Low Level Discovery
April 29, 2020
How To
Low-level discovery (LLD) functionality allows you to dynamically monitor all your environment for metrics that can change from time to time, and also can be and are different between multiple servers. Zabbix monitoring software will connect to the device, check for entities that exist on it, and based on discovery output create regular items and […]
Zabbix Agent: Active vs. Passive
March 23, 2020
How To
Learn how to get the most out of the Zabbix Agent active and passive modes to fix problems proactively with remote commands.
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.
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.
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.