- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Users of WHM/cPanel can utilize the chkservd monitoring service to detect if Elasticsearch is not running and to restart it automatically. Here's my method: I use AlmaLinux 8 with Elasticsearch v8.16, which should be similar for Rocky Linux as well.
After installing or upgrading Elasticsearch, ensure that it is set to run as a service. This guarantees that Elasticsearch will automatically start whenever you reboot your server manually.
sudo systemctl enable elasticsearch.service...
After installing or upgrading Elasticsearch, ensure that it is set to run as a service. This guarantees that Elasticsearch will automatically start whenever you reboot your server manually.
sudo systemctl enable elasticsearch.service...
نام موضوع : Use WHM/cPanel chkserv with elasticsearch