Registration server relevance for DMZ relay

(imported topic written by vampd91)

I’m trying to detect which relay BES clients are communicating too. I’m trying to use registration server code but doesn’t seem to work.

Here is the relevance I’m using

(name of registration server as string contains “Full quailfied Domain name (FQDN)”)

Can anyone suggest anything else to find the relay name from relevance.

(imported comment written by NoahSalzman)

Why can’t you just use “name of registration server as string”?

(imported comment written by vampd91)

I found a program called bigfix Client API tester. That allowed me to see the results I needed to create my relevance. Thank you for the response. I’m good to go at this point.

(imported comment written by SystemAdmin)

the official relevance for the global property “Relay” is:

if ((it does not contain “127.0.0.1” and it does not contain “::1”) of name of registration server) then (name of registration server) else if (exists setting “_BESRelay_PostResults_ParentRelayURL” of client and exists value of setting “_BESRelay_PostResults_ParentRelayURL” of client as string) then (preceding text of first “/” of (following text of first “//” of (value of setting “_BESRelay_PostResults_ParentRelayURL” of client))) else “BES Root Server”

this might work better for you…