View Full Version : Monitoring AIX5.x
Hello everyone.
I'm currently using ZABBIX on SUSE pro 9.3 and it work very well.
Then, I compile the source, to create an agent running on a AIX5.x server.
Compilation ran without problem. I can collect many information about
my AIX box, but I cannot monitore CPU usage/load...
Does anyone know why ?
THX !
chocho63
05-10-2005, 18:11
check here http://www.zabbix.com/manual/v1.1/config_items.php to view the functions supported by different OS.
I can't compile Zabbix on AIX 4.3.3 or 5.2, how did you compile it ?
I have the following error :
if gcc -DHAVE_CONFIG_H -I. -I. -I../../include -g -O2 -MT zabbix_agent.o -MD -MP -MF ".deps/zabbix_agent.Tpo" -c -o zabbix_agent.o zabbix_agent.c; \
then mv -f ".deps/zabbix_agent.Tpo" ".deps/zabbix_agent.Po"; else rm -f ".deps/zabbix_agent.Tpo"; exit 1; fi
gcc -g -O2 -o zabbix_agent zabbix_agent.o ../libs/zbxsysinfo/libzbxsysinfo.a ../libs/zbxlog/libzbxlog.a ../libs/zbxcrypto/libzbxcrypto.a ../libs/zbxnet/libzbxnet.a ../libs/zbxconf/libzbxconf.a -lnsl
collect2: ../libs/zbxsysinfo/libzbxsysinfo.a: not a COFF file
make[3]: *** [zabbix_agent] Error 1
make[3]: Leaving directory `/tmp/zabbix/zabbix-1.1beta1/src/zabbix_agent'
chocho63
11-10-2005, 18:07
You can monitor Load Average with these OID with Net-SNMP :
UCD-SNMP-MIB::laLoad.1 -> Load average / 1 min
UCD-SNMP-MIB::laLoad.2 -> Load average / 5 min
UCD-SNMP-MIB::laLoad.3 -> Load average / 15 min
I'm searching for monitoring CPU with SNMP...