Plesk Onyx for Linux
Plesk Onyx for Windows
kb: how-to
ABT: Group A
Applicable to:
- Plesk Onyx for Linux
- Plesk Onyx for Windows
Question
How to install Plesk Server Health Monitor?
Answer
Installing Server Health Monitor via Plesk
Note: Make sure that port 8447 is opened in firewall. If it is closed and cannot be opened, use the command-line instructions.
-
Go to Tools & Settings > Updates and Upgrades.
-
On the Updates and Upgrades page, click Add/Remove Components.
-
On the Add/Remove Components page, select Server Process Monitor (System Health Monitor) and click Continue to begin the installation.
Installing Server Health Monitor via a command-line interface
-
Run the following command to install Server Health Monitor via Plesk Installer (on Windows Server, use a command prompt as an Administrator):
MYSQL_LIN: plesk installer add plesk --components health-monitor
Comments
4 comments
Hi,
is it possible that Reseller can use Server Health Monitor? Or just root/admin? We have Plesk Web Host license.
Regards, Miha
Hello @Miha, Reseller/Customers cannot use Server Health Monitor. This tool is for monitoring server resources usage and it is available for admin user only.
plesk installer add plesk --components health-monitor
BUSY: La operación de actualización ha sido bloqueada por otro proceso de actualización.
exit status 1
Hi, how can I overcome this message?
Hello @Walter,
This message means that the update operation has been blocked by another update process.
Make sure that at that moment installer was not used, for example, via web.
If the installer is not used, just wait for the process to finish or kill it.
It may be killed the following way:
1. Find the corresponding process:
# ps -aux | grep installer
root 1295 0.0 0.1 4068 1588 pts/0 Tl 14:34 0:00 plesk installer
2. Finish the corresponding process:
# kill 1295
Please sign in to leave a comment.