Detailed explanation of how to set the change value within a specified time in Zabbix

Detailed explanation of how to set the change value within a specified time in Zabbix

Background description: On an existing load balancing device, there is an indicator that is in a value-added state (it will only increase and not decrease, and it is probably an indicator value for calculating the total amount). However, the value of the total amount calculation is of little reference significance. What I need more is its change value within a specified time.

The original monitoring item is a continuously incremental data. As shown in Figure 1 and Figure 2.


Figure 1


Figure 2

Add the variable data per minute for this monitoring item. As shown in Figure 3 and Figure 4.

Figure 3

The oid remains unchanged, but the name and key value are customized.


Figure 4

Add a new booking step "Simple Change" to this new monitoring item. It means to perform the difference operation on the values ​​before and after (the last one or two). The final result is shown in Figure 5.


Figure 5

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • Zabbix WEB monitoring implementation process diagram
  • How does Zabbix monitor and obtain network device data through ssh?
  • Python script implements Zabbix multi-line log monitoring process analysis
  • Zabbix implements monitoring of multiple mysql processes
  • Detailed explanation of Linux zabbix agent deployment and configuration methods
  • Analysis of Linux Zabbix custom monitoring and alarm implementation process
  • Example code for Python DingTalk alarm and Zabbix integrated DingTalk alarm
  • How to use filters to implement monitoring in Zabbix

<<:  Detailed explanation of javascript knowledge points

>>:  Detailed explanation of the usage and function of MySQL cursor

Recommend

A simple example of mysql searching for data within N kilometers

According to the coefficient of pi and the radius...

Query process and optimization method of (JOIN/ORDER BY) statement in MySQL

The EXPLAIN statement is introduced in MySQL quer...

How to implement page jump in Vue project

Table of contents 1. Create a vue-cli default pro...

Web form creation skills

In fact, the three tables above all have three ro...

Detailed explanation of MySQL Truncate usage

Table of contents MySQL Truncate usage 1. Truncat...

javascript to switch by clicking on the picture

Clicking to switch pictures is very common in lif...

Nginx Location directive URI matching rules detailed summary

1. Introduction The location instruction is the c...

About MySQL innodb_autoinc_lock_mode

The innodb_autoinc_lock_mode parameter controls t...

How to solve nginx 503 Service Temporarily Unavailable

Recently, after refreshing the website, 503 Servi...

Mysql solution to improve the efficiency of copying large data tables

Preface This article mainly introduces the releva...

How to create scheduled tasks using crond tool in Linux

Preface Crond is a scheduled execution tool under...

Example code of vue custom component to implement v-model two-way binding data

In the project, you will encounter custom public ...

Some summary of MySQL's fuzzy query like

1. Common usage: (1) Use with % % represents a wi...

4 ways to modify MySQL root password (summary)

Method 1: Use the SET PASSWORD command First log ...