NetXMS Support Forum

English Support => General Support => Topic started by: Egert143 on May 25, 2022, 01:27:19 PM

Title: Monitor system settings with DCI
Post by: Egert143 on May 25, 2022, 01:27:19 PM
Hello

Is it possible to make dci that checks Network Discovery status, for example if "Disabled", "Active only" or "Active and Passive". Yesterday i noticed that for some reason it was set to disabled but it should be active.
Title: Re: Monitor system settings with DCI
Post by: Filipp Sudanov on May 25, 2022, 02:11:52 PM
Discovery settings in gui just reflect a number of Server Configuration Variables. So you can do script DCI (or Dummy internal DCI with transformation script) and have this:

return GetConfigurationVariable("NetworkDiscovery.Type");
Title: Re: Monitor system settings with DCI
Post by: Egert143 on May 25, 2022, 02:31:57 PM
Many thanks!

Wish all those litle snipets of info would be published. :)