small question about "tune up reply"

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
menno
Posts: 158
Joined: Fri May 21, 2010 1:27 am

small question about "tune up reply"

Post by menno »

i use tune up reply for a couple off TCP connection tests

i use :

Code: Select all

if ("%SuggestedReply%"=="") not reachable ; else %SuggestedReply%
In this case if the status is empty (or no answer) the message "not reachable" will be in the reply.
I also want to have the status on "unknown"

can we somehow combine this into 1 reply ?

so in failed situation:
if the status is "no answer" it must be a "unkown" and the reply message is "not reachable"

in good situation:
the status must be "Ok" and the Reply must be "xx ms"

thank you very much
menno
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

Unknown status cannot be set using "Optional status processing" options.
Only Normal (Normal==Good) or Warning (Warning==Bad) statuses can be set using "Optional status processing" options.
Post Reply