Hello Zabbix community,
I'm trying to use zabbix as our main monitoring tool, but I found the problem.
Zabbix agent on aix have problem collect data about cpu. On some aix server not and on some aix server it is ok.
Aix version is the same:
7100-02-02-1316
The same server - different lpars
Performance colletion is allowed also.
lparstat -h 5
System configuration: type=Shared mode=Uncapped smt=4 lcpu=16 mem=36864MB psize=4 ent=2.00
%user %sys %wait %idle physc %entc lbusy >>app<< vcsw phint %hypv hcalls
----- ----- ------ ------ ----- ----- ------ --- ----- ----- ------ ------
1.3 2.7 0.0 96.0 0.13 6.6 1.0 3.77 858 0 4.0 3673
0.5 3.1 0.0 96.4 0.12 6.1 0.8 3.40 981 2 4.3 3174
But in zabbix server I see next to problematic item:
No data available in collector.
And no info in zabbix server logs.
In agent log on debug 4 I see only:
9502956:20150910:133550.721 listener #1 [processing request]
9502956:20150910:133550.721 Requested [system.stat[cpu,ec]]
20971696:20150910:133550.726 listener #2 [processing request]
20971696:20150910:133550.726 Requested [vfs.fs.inode[/sapmnt/HBP,pfree]]
20971696:20150910:133550.727 Sending back [96.274226]
20971696:20150910:133550.727 listener #2 [waiting for connection]
15270034:20150910:133550.768 In send_buffer() host:'192.168.25.201' port:10051 values:0/100
15270034:20150910:133550.768 End of send_buffer():SUCCEED
15270034:20150910:133550.768 active checks #1 [idle 1 sec]
23003288:20150910:133550.807 collector [processing data]
23003288:20150910:133550.807 In update_cpustats()
23003288:20150910:133550.807 End of update_cpustats()
Nothing else.
zabbix get output is empty, but with error code = 0.
#./zabbix_get -s 127.0.0.1 -p 10050 -k system.stat[cpu,ec]
# echo $?
0
#
I can do trace or truss from zabbxi agent, but I don't know what to find.
Do you have any one how to find it what is wrong?
Thanks a lot
I'm trying to use zabbix as our main monitoring tool, but I found the problem.
Zabbix agent on aix have problem collect data about cpu. On some aix server not and on some aix server it is ok.
Aix version is the same:
7100-02-02-1316
The same server - different lpars
Performance colletion is allowed also.
lparstat -h 5
System configuration: type=Shared mode=Uncapped smt=4 lcpu=16 mem=36864MB psize=4 ent=2.00
%user %sys %wait %idle physc %entc lbusy >>app<< vcsw phint %hypv hcalls
----- ----- ------ ------ ----- ----- ------ --- ----- ----- ------ ------
1.3 2.7 0.0 96.0 0.13 6.6 1.0 3.77 858 0 4.0 3673
0.5 3.1 0.0 96.4 0.12 6.1 0.8 3.40 981 2 4.3 3174
But in zabbix server I see next to problematic item:
No data available in collector.
And no info in zabbix server logs.
In agent log on debug 4 I see only:
9502956:20150910:133550.721 listener #1 [processing request]
9502956:20150910:133550.721 Requested [system.stat[cpu,ec]]
20971696:20150910:133550.726 listener #2 [processing request]
20971696:20150910:133550.726 Requested [vfs.fs.inode[/sapmnt/HBP,pfree]]
20971696:20150910:133550.727 Sending back [96.274226]
20971696:20150910:133550.727 listener #2 [waiting for connection]
15270034:20150910:133550.768 In send_buffer() host:'192.168.25.201' port:10051 values:0/100
15270034:20150910:133550.768 End of send_buffer():SUCCEED
15270034:20150910:133550.768 active checks #1 [idle 1 sec]
23003288:20150910:133550.807 collector [processing data]
23003288:20150910:133550.807 In update_cpustats()
23003288:20150910:133550.807 End of update_cpustats()
Nothing else.
zabbix get output is empty, but with error code = 0.
#./zabbix_get -s 127.0.0.1 -p 10050 -k system.stat[cpu,ec]
# echo $?
0
#
I can do trace or truss from zabbxi agent, but I don't know what to find.
Do you have any one how to find it what is wrong?
Thanks a lot
Comment