So I upgraded to 1.5.4 (from 1.5.3) today and found a couple issues that were already resolved by others on the forum (thank you guys!). But I did find another issue:
After upgrading the linux agent to 1.5.4 (on CentOS 5.1), the agent will crash if I have an item for 'system.cpu.util[,idle,avg1]'. It does not matter whether the check is active or passive. I also verified that agent 1.5.3 does NOT have this problem, and downgrading is my current workaround for the issue.
/tmp/zabbix_agent.log:
I compiled using:
The In check_security() concerns me. Although I have not changed any permissions nor performed any package updates before or after upgrading, I have hardened the system(s) by changing permissions on certain system binaries and paths from the defaults. My zabbix_agentd runs as the user 'zabbix'.
If noone else has this same issue with the new agent, could someone enlighten me as to what "security checks" are new in 1.5.4?
After upgrading the linux agent to 1.5.4 (on CentOS 5.1), the agent will crash if I have an item for 'system.cpu.util[,idle,avg1]'. It does not matter whether the check is active or passive. I also verified that agent 1.5.3 does NOT have this problem, and downgrading is my current workaround for the issue.
/tmp/zabbix_agent.log:
Code:
8172:20080824:183418 In send_buffer('127.0.0.1','10051')
8172:20080824:183418 Values in the buffer 6 Max 100
8172:20080824:183418 Will not send now. Now 1219602858 lastsent 1219602854 < 5
8172:20080824:183418 Sleeping for 1 seconds
8169:20080824:183419 Processing request.
8169:20080824:183419 In check_security()
8169:20080824:183419 Requested [system.cpu.util[all,idle,avg1]]
8167:20080824:183419 One child process died. Exiting ...
8167:20080824:183419 zbx_on_exit() called.
8172:20080824:183419 Got signal. Exiting ...
8170:20080824:183419 Got signal. Exiting ...
8171:20080824:183419 Got signal. Exiting ...
8168:20080824:183419 Got signal. Exiting ...
8167:20080824:183421 ZABBIX Agent stopped. ZABBIX 1.5.4.
Code:
make clean ./configure --enable-agent --prefix=/opt/zabbix --enable-static make install
If noone else has this same issue with the new agent, could someone enlighten me as to what "security checks" are new in 1.5.4?
Comment