Greetings,
I've been on the Observium mailing list for a while, and this is my first inquiry.  I have been using Observium for about a year now and continue to be impressed with the product and appreciate the active community on this list.

I am attempting to use the default interface description parser outlined in: http://www.observium.org/wiki/Interface_Description_Parsing.  However, I notice that if the interface descriptions are too long, either the "Notes" field or the "Circuit" field does not display.
In searching through the mailing list archives, I hadn't found a specific answer to this.

For example, if I have an interface description like so:
description Cust: CustomerA's Full Name MPLS [20Mbps] (Carrier Name) {00/ABCD/000000//ABCD}
I receive this output under Ports>Customers page:

Inline image 1


And if I adjust the interface description to exclude the "Notes" field, the "Circuit" field displays properly.
description Cust: CustomerA's Full Name MPLS [20Mbps] {00/ABCD/000000//ABCD}

Inline image 2


Doing an snmpwalk, I do see the the full description in both cases.

snmpwalk -c SNMPSTRING -v 2c ng-511-sw-edge1 .1.3.6.1.4.1.9.2.2.1.1.28
<omitted>
iso.3.6.1.4.1.9.2.2.1.1.28.10610 = STRING: "Cust: CustomerA's Full Name MPLS [20Mbps] (Carrier Name) {00/ABCD/000000//ABCD}"


Is there a maximum length that the parser will allow?  Is this just a matter of column width on the "Ports" pages?
I notice on other ports, when a customer has a really long name it does roll over to another line.  Any reason the "Circuit" or "Notes" fields can't?

For better or worse, I'd like as much useful information on the dashboard as possible and unfortunately some of these carrier's circuit ID's are very long...
My equipment is a Cisco 3750E and I am currently running Observium Professional at version 0.15.4.6378

Thank you for any and all input!