• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Can you recommend a good port monitor for Plesk?

larryk

Regular Pleskian
I'm looking for something to monitor (notify me) when apache or nginx is not running correctly or performance gets slowed, or obviously if the service goes down.

apache port 7080
nginx port 80

what do you use or recommend?

thanks!
 
I'm looking for something to monitor (notify me) when apache or nginx is not running correctly or performance gets slowed, or obviously if the service goes down.

apache port 7080
nginx port 80

what do you use or recommend?

thanks!
Hi larryk,

I do not know any functionality within plesk to help you with this, if you can configure a script that alerts you if those services are in "stopped" status there are external web tools that can help you to know if your sites are down if it is the purpose what do you want to get.
 
thanks Garcue,
I would use any external tool/service, etc.
I'm assuming someone is using something AND knows that it works?
any recommendation would be appreciated
:)
 
hello again larryk, this tool Uptime Robot is easy to use and has a free version with which you can know if your server has fallen web services or not.
 
I suggest installing and configuring the Watchdog (system monitor) module. It will monitor system services and send you alerts or try and restart a down service. You can install it using the command

Code:
plesk sbin autoinstaller --select-product-id plesk --select-release-current --install-component watchdog
 
Back
Top