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
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
Comment