PDA

View Full Version : netload* values "stuck"


charles
04-01-2005, 07:26
Hi All

I have a host who's netload* values seem to have stuck at the same value. Latest values shows this as being updated, but the value never changes. I see nothing in the zabbix_agentd.log.

Any ideas how to troubleshoot this?

thanks
charles

Alexei
04-01-2005, 10:27
Check content of file /tmp/zabbix_agentd.tmp on a monitored host. The file must contains periodically (1sec) changed values for some metrics. Check permissions of the file as well, must be read-write permissions for user zabbix.

charles
04-01-2005, 17:37
Check content of file /tmp/zabbix_agentd.tmp on a monitored host. The file must contains periodically (1sec) changed values for some metrics. Check permissions of the file as well, must be read-write permissions for user zabbix.

Spot on! And I feel foolish for not noticing some things now :0

There was both a /tmp/zabbix_agentd.tmp (owned by zabbix) and /tmp/zabbix_agentd.tmp2 owned by a different user. Thats when I noticed zabbix_agentd was not running as zabbix. I stopped it, removed the tmp files and restarted and all is well.

So i guess the box crashed and my customer started it as a regular user.

thanks!
charles