28 Feb 2023 04:01 PM - last edited on 01 Mar 2023 08:14 AM by MaciejNeumann
Hi all,
Im using the SNMP extension 2.0 to collect metrics of devices in different rooms.
Each device have a hostname - sys.name - with the id of the room and I would like to collect the device name and transform the variable to become a tag or property, but i need to remove some chars in string.
Solved! Go to Solution.
19 May 2023 01:08 PM
@rdinis Do these entities show up as 'Hosts'? if so, you could leverage host naming rules and target the detected name but then use regex to parse data out of it. I use Regex 101 to test and formulate regex for naming and tagging. I hope this helps 🙂