Hi All, We are trying to determine what the correct trigger would be for a process we are monitoring for cpu utilization. We have the item for the process set up as proc.cpu.util[,,,SLBmonitor] at the host inventory level and it is giving us the correct current cpu utilization for the process. How do we set the trigger to alarm if the process exceeds 90 percent for 3 occurrences? And can this be done at the host inventory item/trigger level without creating templates as suggested at https://www.burlutsky.su/monitoring/...th-hysteresis/.
Ad Widget
Collapse
How can i create trigger threshold 90% for Process CPU utilization?
Collapse
X
-
If this is a windows host you're trying to monitor, first make sure you have an item to detect the cpu, usually, this item is already in the default template Template Module Windows CPU by Zabbix agent, the item name is CPU UTILIZATION.
Then, you create a trigger like the one below:
{Host_name:system.cpu.util.min(5m)}>{90}
It would be something like this
Comment