PDA

View Full Version : Parameter [net.if.in[eth0, bytes]] is not supported by agent


pdwalker
10-12-2005, 03:09
Linux agent

I get the following error when I try to use the key "net.if.in[eth0, bytes]"

Parameter [net.if.in[eth0, bytes]] is not supported by agent

It works properly when I change the key to net.if.in[eth0]

Testing with the other parameters also shows them as being unsupported in the UI

net.if.in[eth0, errors]
net.if.in[eth0, dropped]
net.if.in[eth0, packets]

It might appear that there is a problem parsing the parameters in the net.if.in handler, or it is not supported yet.

- Paul

Alexei
10-12-2005, 09:22
Try to remove all spaces from you parameters.

pdwalker
10-12-2005, 13:05
That fixed it.

- Paul