Details
-
Type:
Problem report
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.6
-
Fix Version/s: 3.0.22rc1, 3.4.14rc1, 4.0.0beta2, 4.0 (plan)
-
Component/s: Agent (G)
-
Labels:
-
Environment:AIX 6.1 with 64bit zabbix_agentd
-
Team:Team A
-
Sprint:Sprint 40, Sprint 41
-
Story Points:2
Description
After rebuilding my zabbix_agentd for 64bit on AIX (see ZBX-6564), I've now unearthed another issue:
In AIX 6.1, the key "system.stat[memory,avm]" (active virtual pages) only works if zabbix_agentd is compiled as 32bit. If the agent is compiled as 64bit, this key becomes "not supported".
On AIX 5.3 this problem doesn't happen.
As an additional note, is there a reason why I can't test "system.stat" keys on the command line? This command returns
ZBX_NOTSUPPORTED:
/usr/local/sbin/zabbix_agentd -c /usr/local/etc/zabbix_agentd.conf -t 'system.stat[memory,avm]'
But this one also returns ZBX_NOTSUPPORTED although the agent seems to be reporting values to the server just fine:
/usr/local/sbin/zabbix_agentd -c /usr/local/etc/zabbix_agentd.conf -t 'system.stat[memory,fre]'
Perhaps I'm doing something wrong here, or this is reason for another bug report...
Attachments
Issue Links
- is duplicated by
-
ZBX-11085 system.stat key doesn't work on AIX 7.1
-
- Closed
-