Hello! I am having problems with the key system.cpu.util [<cpu>, <type>, <mode>]. I create the item to monitor cpu usage, but it does not collect data and says unsupported. Agent Zabbix runs on a Windows PC.
Ad Widget
Collapse
Key (CPU Usage)
Collapse
X
-
Key (CPU Usage)
Hello! I am having problems with the key system.cpu.util [<cpu>, <type>, <mode>]. I create the item to monitor cpu usage, but it does not collect data and says unsupported. Agent Zabbix runs on a Windows PC.1 PhotoTags: None -
The parameters of the item key is incorrect.
The argument cpu, type and mode means that you can specify those values.
Although it is described in the manual, specify the values as necessary for each.
Example:
⇒ system.cpu.util[0,user,avg5]
Comment