NetXMS Support Forum

English Support => General Support => Topic started by: mitchellj on December 05, 2015, 12:35:46 AM

Title: Issue on Filtering for Instance Discovery on RC2
Post by: mitchellj on December 05, 2015, 12:35:46 AM
Hey,

So I'm trying to add instance discovery for some drives I've set the instance to be

FileSystem.MountPoints

Which works perfectly

However when I try to put any filter in (even if its just return true;) it seems to be not discovering any instances. I noticed in the recent changelog there was a tweak to filtering for instances, has something changes and I'm potentially doing something incorrect?

The Server is RC2
The Agent is RC2
The Console is RC2

Thanks!
mitch
Title: Re: Issue on Filtering for Instance Discovery on RC2
Post by: Victor Kirhenshtein on December 08, 2015, 02:18:11 PM
Hi,

it's quite strange, return true; should work fine. Do you have anything in server log? You can also try to set notification or alarm creation for SYS_SCRIPT_ERROR event - if filter script will fail you'll get notified.

Best regards,
Victor