Implementation:Infiniflow Ragflow Admin ServiceStatus Page
Appearance
| Knowledge Sources | |
|---|---|
| Domains | Frontend, Admin, Monitoring |
| Last Updated | 2026-02-12 06:00 GMT |
Overview
Concrete admin panel page displaying service health status for all RAGFlow backend services including database, search engine, and task executors.
Description
The admin/service-status.tsx page fetches and displays the health status of backend services (MySQL, Elasticsearch/Infinity, Redis, MinIO) along with task executor status and version information.
Usage
This page is rendered at the /admin/service-status route within the admin panel layout.
Code Reference
Source Location
- Repository: Infiniflow_Ragflow
- File: web/src/pages/admin/service-status.tsx
- Lines: 1-478
Signature
export default function ServiceStatusPage(): JSX.Element;
Import
// Route-based import via routes.tsx configuration
I/O Contract
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| — | — | — | Route component; no props |
Outputs
| Name | Type | Description |
|---|---|---|
| Rendered page | JSX.Element | Service health status dashboard |
Usage Examples
// Accessed via route: /admin/service-status
Related Pages
Page Connections
Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment