I've been migrating from 1.1beta8 to 1.1 this week and on linux (SLES9), I've hit a snag; the freshly compiled agentd won't start.
I've turned logging on, and the logfile is created, but there are no entries. Compilation gave no problems at all; no errors, no warnings. The server is working fine on version 1.1, but so far, no luck on compiling the agents under linux. We have a few old RedHat 7 boxes, these give the same problem.
My configure settings:
Other possible useable info:
My agentd config file:
What am I missing here?
Code:
# /etc/init.d/zabbix_agentd start
Starting zabbix_agentd startproc: exit status of parent of /opt/zabbix/bin/zabbix_agentd: 1
failed
My configure settings:
Code:
./configure --prefix=/opt/zabbix \ --sysconfdir=/etc/zabbix \ --mandir=/usr/share/man \ --enable-agent
Code:
Configuration: Detected OS: linux-gnu Install path: /opt/zabbix Compiler: gcc Compiler flags: -g -O2 Linker flags: -lresolv -lnsl Compilation arch: linux Enable server: no With database: no Enable agent: yes
Code:
Server=172.19.0.223 ListenPort=10050 StartAgents=5 DisableActive=1 DebugLevel=3 PidFile=/var/tmp/zabbix_agentd.pid LogFile=/tmp/zabbix_agentd.log Timeout=3 ############################################################################### # USER-DEFINED MONITORED PARAMETERS ############################################################################### ### System ### UserParameter=system.cpucount,grep processor /proc/cpuinfo | wc -l
Comment