NetXMS Support Forum

English Support => General Support => Topic started by: gmonk63 on February 24, 2026, 03:19:12 AM

Title: Tool OID Filter
Post by: gmonk63 on February 24, 2026, 03:19:12 AM
I am trying to filter a server command tool from being visible on only one device type but it shows on two different object types. Within the tool I an enabling  "Node SNMP OID should match the following template" and using 1.3.6.1.4.1.9999.2.1 (example) as the text which i am copying from "SNMP object ID" of the object i only what it to be visible for. Is this not the right text string that needs to go here. Is there a certain format or does it need to be in quotes


Thanks
Title: Re: Tool OID Filter
Post by: Filipp Sudanov on February 25, 2026, 07:20:10 PM
It uses GLOB matching, so supports * and ? wildcards. What NetXMS version you are using, is it web or desktop UI?
Title: Re: Tool OID Filter
Post by: gmonk63 on February 26, 2026, 04:37:07 PM
Using the desktop client version 5.2.8  server is debian using timescaledb.  If I am using the exact OID for that device shouldn't it only list for  that device and not others ? for example the OID is for a switch vendor but the tool is also being listed for cameras with a completely different OID.  I have also tried using attributes and templates and these also do not work. It would be nice to be to apply tools by container or using filter scripts
Title: Re: Tool OID Filter
Post by: gmonk63 on March 05, 2026, 02:45:08 AM
After deleting and re-creating the tool and filtering on OID it works as expected