Zabbix Monitoring System The value of the average load and the value of the uptime are very large.

Source: Internet
Author: User

"1 min average per core" is the average of each core, not the average of the CPU. A CPU can have more than one core.

grep Proc/proc/cpuinfo found for 24core, find the template in the item, find this template "template OS Linux", click on item, you will see this: Processor Load (1 min Average per core)

SYSTEM.CPU.LOAD[PERCPU,AVG1]

Make some adjustments to the parameters inside, such as removing percpu or changing to ALL,SYSTEM.CPU.LOAD[<CPU>,<MODE>],CPU (s) load. Processor load. The CPU and mode are optional. The IF CPU is missing all is used. If mode is missing AVG1 is used. Note that this is not percentage.

Test:

Zabbix_agentd-t "SYSTEM.CPU.LOAD[ALL,AVG1]"---------OK

Zabbix_agentd-t "SYSTEM.CPU.LOAD[,AVG1]"------------OK

After you modify the key, the ZABBIX_AGENTD does not restart and automatically takes effect.

Zabbix Monitoring System The value of the average load and the value of the uptime are very large.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.