Hello. It's my first post on this forum.
I'm trying to monitor if the RDP connection (tcp port 3389) of a server is running.
I found a template (<Template App Telnet Service>) that could be right and I cloned it.
I later changed the key to its item in:
<Net.tcp.service [telnet,, 3389]>
I left unchanged the expression of the trigger (I still can not understand it properly
-> the maximum value returned by the check in the last 3 seconds must be 0?):
<{Template App RDP Service: net.tcp.service [telnet ,, 3389] .max (# 3)} = 0>
However the check is performed regularly, but the result is always Down (0), despite the tcp 3389 port on the target server being regularly opened.
So I suppose there is a mistake in the expression.
Thanks for any info about it.
Regards
I'm trying to monitor if the RDP connection (tcp port 3389) of a server is running.
I found a template (<Template App Telnet Service>) that could be right and I cloned it.
I later changed the key to its item in:
<Net.tcp.service [telnet,, 3389]>
I left unchanged the expression of the trigger (I still can not understand it properly
-> the maximum value returned by the check in the last 3 seconds must be 0?):
<{Template App RDP Service: net.tcp.service [telnet ,, 3389] .max (# 3)} = 0>
However the check is performed regularly, but the result is always Down (0), despite the tcp 3389 port on the target server being regularly opened.
So I suppose there is a mistake in the expression.
Thanks for any info about it.
Regards
Comment