Hi All,
I currently have an LLD setup with ifDescr as the key running against a switch. This works fine and produces a list of interfaces as below;
TenGigabitEthernetifHCInOctets[TenGigabitEthernet 0/1]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet 0/2]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet 0/3]
What I would like to do now is somehow manipulate this to read the below;
TenGigabitEthernetifHCInOctets[TenGigabitEthernet0/1]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet0/2]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet0/3]
The reason behind this is I use a weathermap plugin and cannot pull through any information when a "target" has a space in it even when using quotes to wrap it.
Is this possible as I have been trawling the manuals this morning and haven't seen anything which indicates its possible.
Thanks
I currently have an LLD setup with ifDescr as the key running against a switch. This works fine and produces a list of interfaces as below;
TenGigabitEthernetifHCInOctets[TenGigabitEthernet 0/1]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet 0/2]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet 0/3]
What I would like to do now is somehow manipulate this to read the below;
TenGigabitEthernetifHCInOctets[TenGigabitEthernet0/1]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet0/2]
TenGigabitEthernetifHCInOctets[TenGigabitEthernet0/3]
The reason behind this is I use a weathermap plugin and cannot pull through any information when a "target" has a space in it even when using quotes to wrap it.
Is this possible as I have been trawling the manuals this morning and haven't seen anything which indicates its possible.
Thanks
Comment