henrygd
485f7d16ff
add tests for agent/client.go and hub/ws/ws.go
2025-07-23 15:54:02 -04:00
henrygd
46fdc94cb8
improve bandwidth measurement precision + refactor default area chart
2025-07-23 15:52:02 -04:00
henrygd
261f7fb76c
update go dependencies
2025-07-21 20:14:31 -04:00
henrygd
18d9258907
Alert history updates
2025-07-21 20:07:52 -04:00
Sven van Ginkel
9d7fb8ab80
[Feature] Add Alerts History page ( #973 )
...
* Add alert history
* refactor
* fix one colunm
* update migration
* add retention
2025-07-20 19:20:51 -04:00
henrygd
3730a78e5a
update load avg display and include it in longer records
2025-07-16 21:24:42 -04:00
Sven van Ginkel
7cdd0907e8
[Feature][0.12.0-Beta] Enhance Load Average Display, Charting & Alert Grouping ( #960 )
...
* Add 1m load
* update alart dialog
* fix null data
* Remove omit zero
* change table and alert view
2025-07-16 16:03:26 -04:00
henrygd
3586f73f30
check for malformed sensor names on darwin ( #796 )
2025-07-16 14:56:13 -04:00
henrygd
752ccc6beb
hide tokens page for readonly users
2025-07-16 14:41:23 -04:00
henrygd
f577476c81
clear systems from memory on logout ( #970 )
2025-07-16 14:39:15 -04:00
henrygd
49ae424698
refactor: consolidate fixedFloat funcs + remove trailing zeroes from y axis
2025-07-15 21:46:41 -04:00
henrygd
d4fd19522b
fix races when loading user settings
2025-07-15 21:29:51 -04:00
henrygd
5c047e4afd
Refactor unit preferences and update chart components
...
* Refactor user settings to use enum for unit preferences (temperature,
network, disk).
* Update chart components to utilize new unit formatting functions
* Remove deprecated conversion functions and streamline unit handling
across charts.
* Enhance settings page to allow user selection of unit preferences with
updated labels.
2025-07-15 18:57:37 -04:00
Anish Chanda
6576141f54
Adds display unit preference ( #938 )
...
* Adds temperature unit preference
* add unit preferences for networking
* adds options for MB/s and bps.
* supports disk throughput unit preferences
2025-07-14 14:46:13 -04:00
Sven van Ginkel
926e807020
[Chore] Fix CI labels ( #964 )
2025-07-14 14:03:56 -04:00
Sven van Ginkel
d91847c6c5
[Chrore] Improve Issue Templates with Categorization and Label Automation ( #939 )
...
* Update templates
* update script
* update labels
* add PR template
* update dropdown
2025-07-13 19:51:29 -04:00
Alexander Mnich
0abd88270c
fix docker edge tag ( #959 )
2025-07-13 11:18:25 -04:00
henrygd
806c4e51c5
v0.12.0-beta2 release
2025-07-12 21:19:57 -04:00
henrygd
6520783fe9
small ui tweaks
2025-07-12 21:16:40 -04:00
henrygd
48c8a3a4a5
update package-lock.json
2025-07-12 21:06:01 -04:00
henrygd
e0c839f78c
add skip_upload: auto
to goreleaser homebrew config
2025-07-12 19:56:48 -04:00
NeMeow
1ba362bafe
Add 5m and 10m load avg alerts and table values ( #816 )
...
Co-authored-by: henrygd <hank@henrygd.me >
2025-07-12 19:47:33 -04:00
henrygd
b5d55ead4a
send websocket close message to agent
2025-07-12 18:49:40 -04:00
henrygd
4f879ccc66
Fix universal tokens registering multiple systems
2025-07-12 17:11:53 -04:00
henrygd
cd9e0f7b5b
fix typo in install scripts
2025-07-10 15:10:44 -04:00
henrygd
780644eeae
Update translations on tokens page
2025-07-08 21:32:16 -04:00
henrygd
71f081da20
add :edge image tag
2025-07-08 20:40:51 -04:00
henrygd
11c61bcf42
update translations for 0.12.0 beta
2025-07-08 19:28:30 -04:00
henrygd
402a1584d7
Add CBOR and agent initiated WebSocket connections ( #51 , #490 , #646 , #845 , etc)
...
- Add version exchange between hub and agent.
- Introduce ConnectionManager for managing WebSocket and SSH connections.
- Implement fingerprint generation and storage in agent.
- Create expiry map package to store universal tokens.
- Update config.yml configuration to include tokens.
- Enhance system management with new methods for handling system states and alerts.
- Update front-end components to support token / fingerprint management features.
- Introduce utility functions for token generation and hub URL retrieval.
Co-authored-by: nhas <jordanatararimu@gmail.com >
2025-07-08 18:41:36 -04:00
henrygd
99d61a0193
update makefile and other tiny refactoring
...
- remove goccy/json dep
- add explicit types in gpu.go
2025-07-08 18:21:14 -04:00
henrygd
5ddb200a75
improve memory efficiency of records.go
2025-07-08 18:03:49 -04:00
henrygd
faa247dbda
add agent data directory handling
2025-07-08 16:45:14 -04:00
henrygd
6d1cec3c42
new agent healthcheck to support non-ssh connections
2025-07-08 16:43:33 -04:00
henrygd
529df84273
make sure agent container has /tmp directory
2025-07-08 15:35:50 -04:00
henrygd
e0e21eedd6
update deps
2025-07-08 15:35:06 -04:00
henrygd
4356ffbe9b
add install scripts for beta versions
2025-07-08 15:33:26 -04:00
henrygd
be1366b785
update docker workflow to clearly handle beta / rc tags
2025-07-08 15:28:23 -04:00
henrygd
3dc7e02ed0
exclude bond network interfaces by default
2025-07-08 15:27:33 -04:00
henrygd
d67d638a6b
Refactor dockerManager
...
- Introduced a reusable buffer and JSON decoder in dockerManager for efficient decoding of Docker API responses.
- Adjusted network statistics calculations to ensure accurate data handling.
2025-07-08 15:27:01 -04:00
henrygd
7b36036455
add vulncheck workflow
2025-07-03 21:06:26 -04:00
Sven van Ginkel
1b58560acf
Update MakeFile to serve outside local host ( #934 )
2025-06-27 21:41:16 -04:00
henrygd
1627c41f84
fix gpu name issue introduced in previous commit
2025-06-27 18:00:47 -04:00
henrygd
4395520a28
Probable fix for Jetson gpu issue ( #895 )
2025-06-26 22:11:48 -04:00
Alexander Mnich
8c52f30a71
add GITHUB_TOKEN fallback for goreleaser ( #925 )
...
adding the fallback to the GITHUB_TOKEN allows execution of goreleaser in a fork without additional configuration
2025-06-26 21:03:19 -04:00
SSU
46316ebffa
fix(install): suppress scoop output to avoid nssm path pollution ( #918 )
...
Suppressed the output of “scoop install beszel-agent” to ensure the NSSM service path
contains only the executable location.
Closes #915
Co-authored-by: suseol <suseol@geosr.com >
2025-06-25 13:52:45 -04:00
henrygd
0b04f60b6c
Add panic recovery for sensors.TemperaturesWithContext ( #796 )
2025-06-23 19:50:11 -04:00
HansAndreManfredson
20b822d072
Fix missing groups #892 ( #893 )
2025-06-17 16:08:32 -04:00
Tobias Gruetzmacher
ca7642cc91
Create service user as system user ( #867 )
2025-06-12 14:54:36 -04:00
henrygd
68009c85a5
Add ppc64le agent build ( #682 )
2025-05-28 18:47:47 -04:00
Leon Blakey
1c7c64c4aa
Add user to docker group in Debian package ( #847 )
2025-05-28 14:49:19 -04:00