I'm using net.if.discovery to discover my interfaces.
This will give me all the interfaces of my device, which is good.
I now want to create a discovery for physical interfaces, because I would like to make an item for Ethernet Speed.
I do not want this info for the VLANS as they would be the same as the physical interface.
So I cloned my discovery rule with net.if.discovery I added a filter which removes the interfaces with an embedded dot, renamed the description...
And then I found out I can't save it, because I already used net.if.discovery
What is the most elegant way to solve this?
This will give me all the interfaces of my device, which is good.
I now want to create a discovery for physical interfaces, because I would like to make an item for Ethernet Speed.
I do not want this info for the VLANS as they would be the same as the physical interface.
So I cloned my discovery rule with net.if.discovery I added a filter which removes the interfaces with an embedded dot, renamed the description...
And then I found out I can't save it, because I already used net.if.discovery
What is the most elegant way to solve this?

Comment