Hey there,
I have set the following UserParameter on my Clients to let Zabbix look for available updates:
This works fine, just for one single system the server logs the following error:
The agent on Aleph does not log any errors.
On the Zabbix server, I use 1.8.4, on Aleph 1.8.3. I also tested 1.8.4 and 1.9.3, but without success.
Here are the configs:
Zabbix server
Zabbix agent
Any help would be really appreciated.
Best regards,
Jimini
I have set the following UserParameter on my Clients to let Zabbix look for available updates:
Code:
UserParameter=gentoo.updates,emerge -tpvuD world | grep ebuild | wc -l
Item [Aleph:gentoo.updates] error: Get value from agent failed: ZBX_TCP_READ() failed [Interrupted system call]
Zabbix Host [Aleph]: another network error, wait for 15 seconds
Zabbix Host [Aleph]: another network error, wait for 15 seconds
On the Zabbix server, I use 1.8.4, on Aleph 1.8.3. I also tested 1.8.4 and 1.9.3, but without success.
Here are the configs:
Zabbix server
Code:
StartPollers=10 StartTrappers=5 # I also tried up to 200 here StartPingers=2 ListenPort=10051 SourceIP=10.0.0.2 ListenIP=10.0.0.2 HousekeepingFrequency=1 SenderFrequency=60 DebugLevel=3 Timeout=30 TrapperTimeout=60 UnreachablePeriod=60 PidFile=/var/run/zabbix/zabbix_server.pid LogFile=/var/log/zabbix/zabbix_server.log AlertScriptsPath=/home/zabbix/bin/ DBHost=localhost DBName=(secret) DBUser=(secret) DBPassword=(secret)
Code:
Server=10.0.0.2 ServerPort=10051 Hostname=Aleph ListenPort=10050 ListenIP=10.0.0.1 SourceIP=10.0.0.1 StartAgents=5 # I tried up to 16 here DebugLevel=3 PidFile=/var/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log Timeout=30 UserParameter=gentoo.updates,emerge -tpvuD world | grep ebuild | wc -l
Best regards,
Jimini
Comment