I have a couple of AIX servers with +150 remote printers per server and of course every now and then...
Search Result
Collapse
16 results in 0.0018 seconds.
Keywords
Members
Tags
-
IBM AIX Printer DOWN Status (?)
So, I am successfully using Zabbix Agent for IBM AIX with AIX Template and now I would like to add a new monitor alert and that is when a printer changes from READY status to DOWN instead.
I have a couple of AIX servers with +150 remote printers per server and of course every now and then... -
AIX Agent not getting update
Hi,
We have lots of AIX servers and I noticed the Zabbix Agent v6 stopped getting updated after version 6.0.3. and all other agents for all other platforms got updated to version 6.0.7. Is there a reason for this? I just want to make sure we have our AIX agents up to date.
... -
AIX (Agent 2.4.4): proc.num always returns 0
Hi
this discussion is still ongoing, I'm afraid (on AIX 5.3)
Years ago there was a problem with the command-line lenght
of the cmdline part in the /proc filesystem (limit was 80 chars).
Now the new fix is in place, but we don't get any value other than 0
for... -
Install ZABBIX server on UNIX AIX
Hi,
I was wondering if there is a manual available that describes a new installation of Zabbix server on UNIX (AIX).
Does anyone know a reference to a good guide?
Regards,
R. -
Zabbix on AIX - Did anybody manage to compile zabbix_proxy?
Hallo,
I am stuck with compiling zabbix_proxy for AIX. We definetly need to use proxies in our
environment. I have set up an AIX 6.1 instance with all the gnu tools needed to compile packages (from perzl.org).
I have tried both version 2.2.10 and 2.4.6.
... -
How Do I get the Zabbix agent to run as a service in AIX 6.1?
I downloaded the latest agent to run on our AIX 6.1 server and upon uncompressing it and untarring it, all I have are the basic files but no install files. So, I am looking for straightforward instructions on how to install the agent as a service so that I don't have to manually run the agent every... -
:confused:About SNMP MIB Problem in IBM Server Powersystem(AIX).
Hi, there.
I'm struggling to get SNMP value from IBM Server especially on "Powersystem Server(P-system) which runs AIX".
I've already installed "IMB Systems Director agent" on the P-system to get SNMP value (via that agent).
The value that I want... -
Precompiled zabbix_sender for AIX 6.1 returns success instead of failure
I am getting pre v2.1.7 behaviour from latest precompiled zabbix_sender for AIX 6.1.
Since v2.1.7 zabbix_sender behaviour has changed.
Issue ZBXNEXT-935 is mentioned in changelog. Current online documentation includes notes about nonzero return codes.
Actual sources also contain... -
Zabbix not collecting data - AIX 5.3.6
Hi,
I have an AIX 5.3.6 PowerPc and i need to monitor this parameters:
CPU iowait util
CPU systemutil
CPU user util
I installed zabbix agent version 1.8.3 (cant install newer, because it recquire dynamic libraries which i dont have on AIX 5.3.6).
...Last edited by superuser; 24-01-2014, 15:15. -
AIX UserParameter for HACMP
Thought I'd share a finding using the UserParameter and using the clstat command for monitoring HACMP in an AIX environment. When you enter the command clstat without any parameters, it will return the status of the HACMP cluster, BUT, will never end, and continue to update. If you specify...
-
Custom items for AIX (Templates, LLD, etc.)
Hello all, I've been working to create some custom items for monitoring AIX availability, performance, and security. You can view/contribute to the progress here: https://github.com/jmsearcy/zabbix -
Zabbix Agent 2.0.0 on AIX 5.3
Hi All,
I'm trying to use zabbix agent on AIX 5.3 and i'm getting the error:
ldd zabbix_agentd
zabbix_agentd needs:
/usr/lib/libc.a(shr.o)
/usr/lib/libiconv.a(libiconv.so.2)
ar: 0707-109 Member name libiconv.so.2 does... -
Error ./configure --enable-server AIX 5.3
Hi,
I tried to compile zabbix-server but it fails with error.
Any ideas ?
configure:3333: gcc conftest.c >&5
gcc: error trying to exec 'cc1': execvp: No such file or directory
configure:3337: $? = 1
configure:3375:... -
Monitoring AIX
I have installed a zabbix server in Linux version 1.8.3 and i have monitoring linux servers. When i want to monitoring services that didn´t come on the template i use "UserParameter" in the zabbix.conf and i don´t have any problem. But now i´m monitoring AIX servers and i want to monitoring... -
Custom log monitoring
Hello everybody, please help if you know.
I would like to monitor AIX errorlog, which is unfortunately binary ring buffer. I can do it with AIX native tool errpt and some scripting.
I defined custom item 'errorlog' of type log, on client side connected to script
(UserParameter=errlog,/usr/local/bin/zabbix_errpt)...