PDA

View Full Version : agent and agentd


ghislain
15-01-2006, 04:28
Hi,

I have a little issue with the agent.


When i use zabbix-agentd -p it report that

vfs.fs.size[/,free]

is supported and i got an answer.

When i use zabbix-agent with inetd i cannot get ay of the value to work but one: system[uname]. All the other values that appear in the agentd are "not supported" on agent. I do not understand why ?

This is not a communication problem as the agent report the uname so why should agent support less than agentd ? For technical reason (process limit) i cannot run agentd.


I use precompiled agent from zabbix freeBSD4.11 on freeBSD system. The server is on a debian system running zabbix 1.1b5. I tried to compile the agent v1.1b5 but i get the same result: only uname is reported.

regards,
Ghislain.

Alexei
21-01-2006, 13:53
I cannot replicate it on our test systems. Everything work perfect. Anyone else having the same issue?

ghislain
26-01-2006, 15:29
hello,


i found the problem. It was not related to zabbix but a problem with inetd, i was running the agent with a user that has not enough privileges to gather the data..Doh !

Regards,