Probe to compare OID strings on multiple devices

Is it possible to create a probe that compares the values of an OID on two separate devices?

For example, NTP runs on the DCs right now, and I’d like to set up a probe to apply to certain servers that will query the time on the DC as well as on the server, and if there is a time difference of +/- a certain number of seconds or minutes, send an alert.

I was thinking if there is a way to set up a funtion to associate the OID to the DC this would resolve the issue. I could use a string_compare to compare the time OID (1.3.6.1.2.1.25.1.2.0) on the DC, to the time OID on the server which the probe is running on.