mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #380] [MERGED] Replace Netdata monitoring with Beszel monitoring (retain Netdata code) #453
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#453
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dflow-sh/dflow/pull/380
Author: @manikanta9176
Created: 8/4/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @manikanta9176
Base:
main← Head:replace-netdata-with-beszel📝 Commits (10+)
2a4815efeat: implement monitoring tools installation with Beszel integration and error handling24056b3chore: remove pull_request trigger from docker-publish workflow and clean up tag configurationf660b20feat: enhance monitoring tools installation with improved service management and Beszel integration708b04ffeat: add monitoring installation state management to onboarding context2889773chore: refactor Beszel-related actions into their own moduleeece7fafeat: enhance Beszel integration with new actions and error handling0c4f511feat: add Radix UI slider component and monitoring features12420e2refactor: update system stats handling and remove Monitoring component4da523dfeat: implement comprehensive monitoring dashboard with resource usage and historical data visualizatione274de2refactor: enhance DefaultDiskTab and DefaultNetworkTab with responsive charts and improved data handling📊 Changes
34 files changed (+5527 additions, -253 deletions)
View changed files
📝
.github/workflows/docker-publish.yaml(+0 -2)📝
package.json(+1 -0)📝
pnpm-lock.yaml(+60 -0)➕
src/actions/beszel/index.ts(+249 -0)➕
src/actions/beszel/utils.ts(+330 -0)➕
src/actions/beszel/validator.ts(+14 -0)📝
src/actions/server/index.ts(+3 -51)📝
src/actions/server/validator.ts(+0 -4)📝
src/actions/service/index.ts(+10 -17)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx(+1 -25)📝
src/app/(frontend)/globals.css(+12 -12)📝
src/components/onboarding/dokkuInstallation/DokkuInstallationStepContext.tsx(+6 -0)📝
src/components/onboarding/dokkuInstallation/Step4.tsx(+131 -31)➕
src/components/servers/monitoring/DefaultCurrentResourceUsage.tsx(+196 -0)➕
src/components/servers/monitoring/DefaultDiskTab.tsx(+623 -0)➕
src/components/servers/monitoring/DefaultMonitoring.tsx(+466 -0)➕
src/components/servers/monitoring/DefaultMonitoringInstall.tsx(+300 -0)➕
src/components/servers/monitoring/DefaultMonitoringTabs.tsx(+89 -0)➕
src/components/servers/monitoring/DefaultNetworkTab.tsx(+445 -0)➕
src/components/servers/monitoring/DefaultOverviewTab.tsx(+532 -0)...and 14 more files
📄 Description
installMonitoringToolsActionto handle installation logic, including project creation and service setup.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.