View Full Version : Zbx_notsupported
alguem saberia oque seria esse erro ??
Muito obrigado ,..
Ha quando não tem o inetd.conf podemos coloca no xinet.d .. como e colocado lá
James Wells
29-09-2005, 17:42
Greetings,
That is returned by the zabbix agent whenever it is asked for items that it is unable to answer. The most common reasons it is unable to answer are;
1. It doesn't understand the item that it is being asked about, such as asking it system[age]. It doesn't have a definition of system[age] and as such it is unable to answer it.
2. The agent understands the question but is unable to access the information it needs to answer it. For example, if you ask it for netloadin5[eth0], and the agent doesn't have permission to read the file /proc/net/dev, it will again be able to answer the question.
Host that helps.
they alguem would know oque would be this error? Very obliged.. Ha when it does not have inetd.conf we can places in xinet.d.. as and placed there
I do not obtain loguin.. what it can be?
James Wells
29-09-2005, 19:33
Hmmm, if I were going to make the agent a service under the superserver, I would create a file under /etc/xinet.d called zabbix_agent with the following contents;
service zabbix
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /opt/zabbix/bin/zabbix_agent
}
Please note that I haven't tried this, but it should work.