News:

We really need your input in this questionnaire

Main Menu

Monitor system settings with DCI

Started by Egert143, May 25, 2022, 01:27:19 PM

Previous topic - Next topic

Egert143

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.

Filipp Sudanov

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");

Egert143

Many thanks!

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