PDA

View Full Version : netloadin[ppp0] not supported


dfilion
22-04-2005, 16:38
I've been trying to set up Zabbix to monitor ppp0. I've copied the settings from eth0. At first the item comes up Monitored, but after refreshing the page, it is listed as "Not supported". The setting are identical to the netload15[eth0] item (except it points to ppp0).

Is there a "trick" to getting ppp0 monitored?

suckerd, trapperd and agentd are all running as daemons (no inittab stuff).
Everything is running on the same box.

Also, there is a line that is flooding the zabbix_agentd.log:
Connection from [192.168.7.2] rejected. Allowed server is [127.0.0.1]

Any chance the two are related?

ps. I've just installed Zabbix so foregive me if this is covered somewhere, I searched and couldn't find anything.

cooper
22-04-2005, 22:25
in agentd.conf look for the line that has the server directive

Server 127.0.0.1


set it to the ip of your server. (192.168.7.2, from your log)


hth,

cooper

dfilion
22-04-2005, 23:15
The server is multihomed (3 public, 3 private and the loopback). Everything is running on this 1 system. Why would/is Zabbix picking this one IP?

Follow-up:

I've added all the system's IP addresses. The message has gone away. However the netloadx functions are still reporting ppp0 as not supported :mad:

dfilion
25-04-2005, 16:24
I still cannot get ppp0 to be monitored. Any suggestions? It's set up the same as eth0. agentd is being used, not agent.

Follow-up: Upgrading to 1.1a7 fixed the problem.