Ad Widget

Collapse

Setting Triggers for Master and Dependent CPU Idle Time and Utilization Items

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sulemmuh
    Junior Member
    • Nov 2024
    • 3

    #1

    Setting Triggers for Master and Dependent CPU Idle Time and Utilization Items

    I am working with the "Linux by Zabbix server agent" template, which provides two items for monitoring CPU:
    1. CPU idle time (system.cpu.util[,idle]): This is the master item.
    2. CPU utilization (system.cpu.util): This is the dependent item.

    I have set up triggers for both items separately, with CPU utilization dependent on CPU idle time, but I am encountering issues, and the triggers are not working as expected.

    Here are the triggers I attempted to configure:

    CPU idle time:This should alert if CPU idle time drops below 10%.
    last(/zabbix-centos9testbox.pacific.edu/system.cpu.util[,idle]) < 10

    CPU utilization:This should alert if CPU utilization exceeds 90%​
    last(/zabbix-centos9testbox.pacific.edu/system.cpu.util) > 90​


    Both items were configured using the "Linux by Zabbix server agent" template, but I suspect there may be issues with the dependency or the expressions themselves.

    How can I properly configure these triggers so they work as intended, considering the master and dependent item relationship?

    .


    Click image for larger version

Name:	image.png
Views:	141
Size:	336.7 KB
ID:	494567​​
    Attached Files
Working...