dependabot[bot]
f2ccaacecb
chore(deps): bump github.com/shirou/gopsutil/v4 from 4.26.3 to 4.26.7 ( #2189 )
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.26.3 to 4.26.7.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.26.3...v4.26.7 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.26.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-06 18:30:29 -04:00
dependabot[bot]
8cf39be6ef
chore(deps): bump github.com/lxzan/gws from 1.9.1 to 1.10.1 ( #2193 )
...
Bumps [github.com/lxzan/gws](https://github.com/lxzan/gws ) from 1.9.1 to 1.10.1.
- [Release notes](https://github.com/lxzan/gws/releases )
- [Commits](https://github.com/lxzan/gws/compare/v1.9.1...v1.10.1 )
---
updated-dependencies:
- dependency-name: github.com/lxzan/gws
dependency-version: 1.10.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-06 18:28:56 -04:00
dependabot[bot]
30bf65991b
chore(deps): bump github.com/fxamacker/cbor/v2 from 2.9.0 to 2.9.2 ( #2195 )
...
Bumps [github.com/fxamacker/cbor/v2](https://github.com/fxamacker/cbor ) from 2.9.0 to 2.9.2.
- [Release notes](https://github.com/fxamacker/cbor/releases )
- [Commits](https://github.com/fxamacker/cbor/compare/v2.9.0...v2.9.2 )
---
updated-dependencies:
- dependency-name: github.com/fxamacker/cbor/v2
dependency-version: 2.9.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-06 18:28:14 -04:00
Sven van Ginkel
0472343730
chore: add dependabot and update shoutrrr ( #2070 )
...
* chore: update shoutrrr
feat; add dependabot
* Upgrade to shoutrrr 0.16.2
* Dump shoutrrr
2026-08-06 18:24:00 -04:00
henrygd
d3a1d61955
chore: update go version and go mod tidy ( #2043 )
2026-05-28 14:00:27 -04:00
Sven van Ginkel
9708e24fd2
chore: update Go dependencies ( #2043 )
...
* Chore update go depencies
* update crypto package
2026-05-28 13:54:03 -04:00
amarildo
ab3a3de46c
deps: update shoutrrr to 0.14.3, fixing some matrix issues ( #1906 )
2026-04-10 18:35:20 -04:00
henrygd
0f2e16c63c
deps: upgrade pocketbase
2026-04-04 18:31:33 -04:00
henrygd
d656036d3b
agent: refactor new battery package ( #1872 )
2026-04-02 21:07:14 -04:00
Sven van Ginkel
e158a9001b
fix(agent): upgrade gopsutil to v4.26.3 to resolve macOS ARM64 crashes ( #1881 , #796 )
2026-04-02 15:23:08 -04:00
henrygd
3f4c3d51b6
update go deps
2026-03-27 12:25:17 -04:00
henrygd
e1c1e97f0a
chore: update go version / go deps / changelog
2026-02-18 16:17:05 -05:00
henrygd
8c37b93a4b
update go deps
2026-02-01 13:47:37 -05:00
henrygd
a04837f4d5
update go deps + update changelog
2026-01-31 16:24:48 -05:00
henrygd
0dfd5ce07d
update go deps and changelog
2026-01-11 15:06:58 -05:00
henrygd
7276e533ce
update changelog and go deps
2026-01-09 13:23:05 -05:00
henrygd
2bd85e04fc
add experimental nvml gpu collector ( #1522 )
2025-12-21 17:10:42 -05:00
henrygd
53a7e06dcf
upgrade go dependencies
2025-11-30 13:55:25 -05:00
henrygd
1d0e646094
update changelog and go deps
2025-11-14 16:05:36 -05:00
henrygd
4443b606f6
update go deps
2025-11-12 16:08:21 -05:00
henrygd
01d20562f0
add basic systemd service monitoring ( #1153 )
...
Co-authored-by: Shelby Tucker <shelby.tucker@gmail.com >
2025-11-10 17:04:51 -05:00
henrygd
8e99b9f1ad
update shoutrrr and gopsutil deps
2025-11-01 14:31:41 -04:00
henrygd
d5c381188b
update go deps
2025-10-26 10:46:30 -04:00
Nathan Heaps
d608cf0955
fix: send battery stats even if some batteries are missing stats ( #1287 )
...
Implement battery error reporting mechanism
Added error reporting for battery information retrieval.
Handles cases like bluetooth devices where `battery` finds it but it has incomplete information about that battery, which would have otherwise caused a null pointer error.
Related: #1254
2025-10-25 13:23:29 -04:00
henrygd
ed3fd185d3
update pocketbase
2025-10-03 12:44:20 -04:00
henrygd
7d6230de74
add one minute chart + refactor rpc
...
- add one minute charts
- update disk io to use bytes
- update hub and agent connection interfaces / handlers to be more
flexible
- change agent cache to use cache time instead of session id
- refactor collection of metrics which require deltas to track
separately per cache time
2025-10-02 17:56:51 -04:00
henrygd
10073d85e1
update go deps
2025-09-22 18:13:50 -04:00
henrygd
6f5d95031c
update project structure
...
- move agent to /agent
- change /beszel to /src
- update workflows and docker builds
2025-09-07 16:42:15 -04:00
Henry Dollman
47d1d9a9fa
combine hub and agent repos
2024-07-20 17:10:34 -04:00
Henry Dollman
0d2765a903
add update command
2024-07-20 17:00:09 -04:00
Henry Dollman
93e94bdec6
first commit
2024-07-07 17:36:29 -04:00