NetXMS Support Forum

English Support => General Support => Topic started by: Egert143 on February 26, 2021, 01:28:16 PM

Title: How to create dci that compares values of two other dci ?
Post by: Egert143 on February 26, 2021, 01:28:16 PM
Hello

What would be the best way to create dci, that check two other dcie values?

For example Router version and firmware and alert when they dont equal each other.

Egert
Title: Re: How to create dci that compares values of two other dci ?
Post by: Victor Kirhenshtein on February 26, 2021, 04:46:31 PM
Hi,

I would create script DCI that will read last known values of two other DCIs and return two distinctive values for match and not match. Then set threshold on it as usual.

Best regards,
Victor