Henry Dollman
|
b5c158d1b3
|
update debug logs
|
2024-10-19 18:12:25 -04:00 |
|
Henry Dollman
|
ee92e338cb
|
update debug log locations
|
2024-10-16 18:12:43 -04:00 |
|
Henry Dollman
|
efca56ceca
|
add temp debug logs to troubleshoot #196
|
2024-10-10 18:28:24 -04:00 |
|
Henry Dollman
|
64f0a23969
|
move fsStats creation to NewAgent function
|
2024-10-10 18:18:57 -04:00 |
|
Henry Dollman
|
73aae62c2e
|
add ZFS ARC memory accounting
|
2024-10-05 18:07:42 -04:00 |
|
Henry Dollman
|
af4877ca30
|
add MEM_CALC env var
|
2024-10-05 15:29:27 -04:00 |
|
Henry Dollman
|
66cc0a4b24
|
log stats on startup if log level is debug
|
2024-10-02 19:58:02 -04:00 |
|
Henry Dollman
|
f051f6a5f8
|
add dockerManager / fix for Docker 24 and older
* dockerManager now handles all docker api interaction and container metrics tracking
* sets unlimited concurrency for docker 24 and older
|
2024-10-02 19:45:26 -04:00 |
|
Henry Dollman
|
45e1283b83
|
move system.Info to Agent struct
* cleaner to store entire info struct rather than separate properties for unchanging values
|
2024-10-02 12:34:42 -04:00 |
|
Henry Dollman
|
9ab359d3cf
|
add SENSORS env var
|
2024-09-29 16:36:32 -04:00 |
|
Henry Dollman
|
dd84a9fd35
|
remove semaphore and limit docker host connections to 10
|
2024-09-29 12:30:30 -04:00 |
|
Henry Dollman
|
2f4e537f72
|
change containerStatsMutex to a RWMutex
|
2024-09-28 19:13:24 -04:00 |
|
Henry Dollman
|
9637363cf3
|
combine container.Stats and container.PrevContainerStats
|
2024-09-28 18:51:46 -04:00 |
|
Henry Dollman
|
73d0dd25ec
|
agent refactoring - create agent/docker.go, agent/system.go
|
2024-09-28 17:49:04 -04:00 |
|
Henry Dollman
|
2ecf5572ba
|
remove addr, pubKey fields from agent struct
|
2024-09-28 16:48:55 -04:00 |
|
Henry Dollman
|
5e97167ee0
|
Fetch kernel, hostname, cpu at start rather than every run
|
2024-09-28 16:38:52 -04:00 |
|
Henry Dollman
|
1a4862ecd9
|
remove containerStats mutex and add stats by index
|
2024-09-27 19:06:37 -04:00 |
|
Henry Dollman
|
4694642674
|
add apiContainerList variable to reduce memory allocations
|
2024-09-27 16:10:31 -04:00 |
|
Henry Dollman
|
56c0b86025
|
rename variables for clarity
|
2024-09-27 14:56:53 -04:00 |
|
Henry Dollman
|
82e3f3c7c1
|
Fix temperature sensors not reporting if any sensor lacks valid data (#167)
|
2024-09-27 13:10:13 -04:00 |
|
Henry Dollman
|
cc32b50d82
|
add agent.debug and comments
|
2024-09-27 12:17:19 -04:00 |
|
Henry Dollman
|
764e043e83
|
add slog and LOG_LEVEL to agent
|
2024-09-26 20:07:35 -04:00 |
|
Henry Dollman
|
cec9339f6d
|
allow monitoring remote mounts (#178) and handle I/O edge case (#183)
|
2024-09-26 18:01:52 -04:00 |
|
Henry Dollman
|
06b1c2200b
|
reorganize agent package
|
2024-09-26 15:08:26 -04:00 |
|
Henry Dollman
|
e88e2bf3dc
|
agent binary - show correct cores in lxc
|
2024-09-26 15:00:48 -04:00 |
|
Henry Dollman
|
8621a45383
|
remove unnecessary buffer pool
|
2024-09-26 14:57:01 -04:00 |
|
Stavros
|
9cccefd3fa
|
feat: add kernel version text (#170)
|
2024-09-17 13:43:58 -04:00 |
|
Henry Dollman
|
c46879694d
|
allow FILESYSTEM env var to override root usage stats
|
2024-09-15 18:16:36 -04:00 |
|
Henry Dollman
|
61a68e5be1
|
refactor findMaxReadsDevice to use disk.IOCounters
|
2024-09-15 16:29:55 -04:00 |
|
Henry Dollman
|
3aeca6af2f
|
add SYS_SENSORS env var
|
2024-09-14 18:46:16 -04:00 |
|
Henry Dollman
|
3e95269a7c
|
add hostname to system info
|
2024-09-14 18:09:38 -04:00 |
|
Henry Dollman
|
43ba9d5c6a
|
change NIC env var to NICS to support multiple interfaces
|
2024-09-14 17:30:42 -04:00 |
|
Henry Dollman
|
1cb4a711c3
|
add NIC env var
|
2024-09-14 16:47:12 -04:00 |
|
Henry Dollman
|
aef99c3bd9
|
update package comments
|
2024-09-14 16:46:48 -04:00 |
|
Henry Dollman
|
37170f2bdb
|
refactor network io stats collection (ref #150)
|
2024-09-03 18:10:45 -04:00 |
|
Henry Dollman
|
1cfd3cdd30
|
add support for multiple disks
|
2024-09-01 18:23:57 -04:00 |
|
Henry Dollman
|
130c9bd696
|
add temperature chart
|
2024-08-21 22:14:56 -04:00 |
|
Henry Dollman
|
3ff339ba1d
|
change agent check for invalid data to use memory usage rather than networks
|
2024-08-20 17:40:27 -04:00 |
|
Henry Dollman
|
7e1455161d
|
update container status check
|
2024-08-20 14:23:24 -04:00 |
|
Henry Dollman
|
be98b77634
|
Merge branch 'fix-container-lifetime-check' of https://github.com/theRealBassist/beszel into theRealBassist-fix-container-lifetime-check
|
2024-08-20 14:12:17 -04:00 |
|
Henry Dollman
|
87ab4961fd
|
move gh button + update agent display in table
|
2024-08-20 14:04:09 -04:00 |
|
theRealBassist
|
19272c05bf
|
Adds a version listing in the hub for each agent.
|
2024-08-19 17:45:15 -04:00 |
|
theRealBassist
|
e56c5f30e0
|
Fixes edge cases where container health message does not have expected suffix
|
2024-08-19 15:29:50 -04:00 |
|
Henry Dollman
|
7cf7b706c1
|
add check to catch containers in restart loop. closes #103
|
2024-08-19 13:01:01 -04:00 |
|
Henry Dollman
|
b5607025f7
|
slight improvements to agent memory usage
|
2024-08-18 17:45:39 -04:00 |
|
Henry Dollman
|
c7e67a9b63
|
refactor: agent and entities
|
2024-08-14 14:14:41 -04:00 |
|
Henry Dollman
|
9da1e5751a
|
move application code into beszel folder
|
2024-08-11 13:41:57 -04:00 |
|