Am I imagining things, or did Observium previously correctly display Ethernet service instance interfaces in the GUI? I've noticed recently that all the interfaces names for service instance interfaces seem to be truncated in a few of the views

Picture speaks a thousand words, where these show GigabitEthernet0/16. now, I am sure they previously would have been listed as GigabitEthernet0/16.ServiceInstance.1234 etc;


Inline images 1

Inline images 4

Discovery debug example from the device shows the interfaces captured as the full name:

(
    [ifDescr] => GigabitEthernet0/1.ServiceInstance.206
    [ifAlias] => Description
    [ifName] => Gi0/1.SI.206
    [ifType] => l2vlan
    [ifOperStatus] => up
)

If you search in the ports for for the full interface name it knows it as the right thing;

Inline images 2

Looks like the GUI just truncates the names? Obviously this makes it harder than it should be to identify the correct interface in the list. Any chance we can have this show the whole thing? :)

Thanks,
Tim C