Jump to content
Pulseway 9.14 🔥

Featured Replies

Posted

Does this section mean it will monitor access to google on port 80?

What I really need is to monitor 25/SMTP on the system and be notified if it goes down.

 

<MonitoredPorts>
                        <!--Type - port's type (TCP or UDP)-->
                        <!--Number- port's number-->
                        <!--Name- port's name -->
                        <!--Name- port's address (only applicable if port type is TCP)-->
                        <Port Type="TCP" Number="80" Name="80" Address="www.google.com"/>
 
Ta!

Hello,

 

If you don't specify the Address then it will monitor ports on localhost.

Create an account or sign in to comment