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
Category:

How To

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.
Configuring Grafana with Zabbix
Configuring Grafana with Zabbix
November 4, 2019
How To
Integrate Zabbix with Grafana in just a few steps. Visualize collected data not only in native Zabbix frontend, but also in Grafana. Watch the video now.
Trend Prediction Tutorial in Zabbix 4.0
Trend Prediction Tutorial in Zabbix 4.0
October 15, 2019
How To
Monitoring does not have to be about past and present. By utilizing trend prediction functions in Zabbix it is possible to analyze already collected data and predict the value in future. In that way, it is possible to get notified about the problem before it even happened.
Context Macro Support in Zabbix
Context Macro Support in Zabbix
October 15, 2019
How To
User macros with context can be used to accomplish more flexible thresholds in trigger expressions. Different thresholds may be defined on user macro level and then used in trigger constants depending on the discovered context. In this post we are going to check simple example, how to configure it in real life scenario.
Zabbix 4.2 — Prometheus Integration
Zabbix 4.2 — Prometheus Integration
October 1, 2019
How To
In latest release of Zabbix prometheus integration is available out of the box. It allows us to easily collect and parse metrics from collectors. Monitor them independently or create low level discovery rules for dynamically changing environments. Watch the video now.
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.
Zabbix Docker Containers
Zabbix Docker Containers
September 14, 2019
How To
How to install Zabbix from Docker containers. Watch the video now.
Apache HTTP Server monitoring
Apache HTTP Server monitoring
May 22, 2019
How To
Apache performance and understanding /server-status metrics Apache Statistics Module: mod_status Understanding website performance and Apache uptime should begin with external monitoring, i.e. Zabbix, which allows you to discover problems from a user’s perspective. Such problems involve:
Javascript support in item preprocessing
Javascript support in item preprocessing
May 14, 2019
How To
With new preprocessing steps added to Zabbix in nearly every release, it became obvious that it’s impossible to predict every business case, so we had to come up with a universal solution. This, in turn, raised an important question – which embedded scripting language/engine to use.