Hi all,
I'm running Zabbix 3.0.7 on FreeBSD 10.3 with MySQL 5.6
I have created two new items in "Template OS Linux".
"Used swap space" = system.swap.size[,used]
"Used swap space in percent" = system.swap.size[,pused]
Both work on a machine running zabbix_agentd while testing them on the cli:
But the server only collects data from system.swap.size[,used] and NOT system.swap.size[,pused]
I have started the agent in debug=4 and I can see that system.swap.size[,used] is check, but system.swap.size[,pused] never shows up.
What am I doing wrong?
I'm running Zabbix 3.0.7 on FreeBSD 10.3 with MySQL 5.6
I have created two new items in "Template OS Linux".
"Used swap space" = system.swap.size[,used]
"Used swap space in percent" = system.swap.size[,pused]
Both work on a machine running zabbix_agentd while testing them on the cli:
Code:
zabbix_agentd -c /etc/ezmon/ezmon_checks.conf -t system.swap.size[,pused] system.swap.size[,pused] [d|96.356094] zabbix_agentd -c /etc/ezmon/ezmon_checks.conf -t system.swap.size[,used] system.swap.size[,used] [u|3098882048]
I have started the agent in debug=4 and I can see that system.swap.size[,used] is check, but system.swap.size[,pused] never shows up.
What am I doing wrong?
Comment