We have two identical physical RHEL6 servers, both using the same Template (Template_Linux_Monitor_CPU_Default) but only one server returns data for the following enabled "Zabbix agent (active)" monitors:
system.cpu.util[,idle,avg1]
system.cpu.util[,iowait,avg1]
system.cpu.util[,system,avg1]
We don't have shell access to the Zabbix server so I've tried testing by installing zabbix22-2.2.11-1.el7.x86_64.rpm (from EPEL) on another RHEL server and running zabbix_get (as per https://www.zabbix.com/documentation...ges/zabbix_get).
I tried monitors for the server that *is* returning data to the Zabbix server but zabbix_get didn't return anything at all.
E.g.
zabbix_get -s 10.1.122.139 -p 10050 -k "system.swap.size[,total]"
zabbix_get -s 10.1.122.139 -p 10050 -k "system.cpu.util[,idle,avg1]"
Suggestions?
system.cpu.util[,idle,avg1]
system.cpu.util[,iowait,avg1]
system.cpu.util[,system,avg1]
We don't have shell access to the Zabbix server so I've tried testing by installing zabbix22-2.2.11-1.el7.x86_64.rpm (from EPEL) on another RHEL server and running zabbix_get (as per https://www.zabbix.com/documentation...ges/zabbix_get).
I tried monitors for the server that *is* returning data to the Zabbix server but zabbix_get didn't return anything at all.
E.g.
zabbix_get -s 10.1.122.139 -p 10050 -k "system.swap.size[,total]"
zabbix_get -s 10.1.122.139 -p 10050 -k "system.cpu.util[,idle,avg1]"
Suggestions?
Comment