mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update status.md
This commit is contained in:
parent
2230cf829f
commit
84c56b9e94
@ -4,11 +4,38 @@ sidebar_position: 1
|
||||
|
||||
# Services Status
|
||||
|
||||
*OpenAdmin > Services > Status* allows Administrators to view current status and manage monitored system services or Docker containers.
|
||||
The Services Status section allows you to view and control the status of system services and containers running on your server.
|
||||
|
||||

|
||||
This table provides key details for each service:
|
||||
|
||||
To add custom services to the list, edit the `/etc/openpanel/openadmin/config/services.json` file.
|
||||
- **Service** – Display name of the service.
|
||||
|
||||
- **Service Status** – Indicates if the service is active or inactive.
|
||||
|
||||
- **Version** – Current version (if available).
|
||||
|
||||
- **Real Name** – Internal service name or container name (e.g., admin for OpenAdmin).
|
||||
|
||||
- **Type** – Identifies whether the service is a system process or a container.
|
||||
|
||||
- **Port** – Lists the ports used by the service.
|
||||
|
||||
- **Monitoring** – Shows whether the service is actively being monitored and logged.
|
||||
|
||||
- **Action** – Options to start, stop, or restart the service.
|
||||
|
||||
## Edit Monitored Services
|
||||
You can customize which services appear and are manageable from this section by clicking Edit Services.
|
||||
|
||||
Services are configured in JSON format:
|
||||
|
||||
- name – Display name for the service.
|
||||
|
||||
- type – Either system or container.
|
||||
|
||||
- on_dashboard – Whether to display it on the dashboard.
|
||||
|
||||
- real_name – Internal service or container identifier.
|
||||
|
||||
Default OpenPanel services are actively monitored by the SentinelAI and on failure, OpenAdmin will automatically try to determinate the root cause and restart them. If you manually stop a service, you should also disable this feature from the [OpenAdmin Notifications](/docs/admin/notifications/) page.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user