Intel N150 Ubuntu 25.10 Zabbix 7.2.2 zabbix_agent2 example
script
| Code Block |
|---|
vi /etc/zabbix/scripts/get_cpu-freq.sh chmod +x /etc/zabbix/scripts/get_cpu-freq.sh |
...
Zabbix → Monitoring → Hosts → (the host) Items in dropdown menu. → Create Item →
| CPU Core 0 Frequency | cpu.freq[0] |
| CPU Core 1 Frequency | cpu.freq[1] |
| CPU Core 2 Frequency | cpu.freq[2] |
| CPU Core 3 Frequency | cpu.freq[3] |
