Close
Log in to Zabbix Blog
Email
Password
Show password Hide password
Forgot password?
Incorrect e-mail and/or password
or
By creating an account or logging in with an existing account, you agree to our Terms of Service
Handy TipsTechnicalHow ToIntegrationsConferencesCommunityNewsSocialInterviewCase StudyLogin
Tag:

zabbix agent

Finalizing the installation of Zabbix Agent with Ansible
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
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
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
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
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
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
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
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
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
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.
Zabbix Log File Monitoring
Zabbix Log File Monitoring
September 26, 2019
How To
Zabbix Remote Commands
Zabbix Remote Commands
September 25, 2019
How To
How to use Remote command functionality in Zabbix and what to keep in mind. Real life scenario of pro active monitoring of Windows services, to automatically start services that were stopped for any reason. And then use escalation support to notify people, if remote command did not help.