Henry Dollman
10d348c052
temperature alerts
2024-10-12 14:57:46 -04:00
Henry Dollman
6cf6661f2e
raise docker client timeout to 8 seconds if version <= 24
2024-10-12 12:24:53 -04:00
Henry Dollman
23ab1208cd
release 0.5.3
2024-10-10 18:36:28 -04:00
Henry Dollman
5b0fac429b
move update functions to agent / hub packages
2024-10-10 18:36:01 -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
4245da7792
Add caching to the web app to reduce requests for the same data
2024-10-10 18:11:36 -04:00
Henry Dollman
cedf80a869
add max 1m values for cpu, bandwidth, disk io
...
* removes unused things from chart.tsx
* updates y axis width only if it grows
* add generic area chart component and remove individual cpu, bandwidth, disk io charts
2024-10-10 15:11:48 -04:00
Henry Dollman
76cea9d3c3
increase docker client timeout to 2100ms
2024-10-08 19:17:03 -04:00
Henry Dollman
10ef430826
small refactor in CreateLongerRecords
2024-10-08 12:42:02 -04:00
Henry Dollman
d672017af0
add peak values for cpu and net
2024-10-07 19:20:53 -04:00
Henry Dollman
7a82571921
add time back to memory chart tooltip
2024-10-07 18:19:28 -04:00
Henry Dollman
e81f8ac387
add zfs arc to longer records
2024-10-07 11:45:09 -04:00
Henry Dollman
05faa88e6a
release 0.5.2
2024-10-05 18:30:10 -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
c407fe9af0
exclude sensor if temp <=0 || temp >= 200
2024-10-05 11:14:20 -04:00
hank
13c9497951
Merge pull request #199 from Bot-wxt1221/main
...
fix(package-lock.json): fix for nixpkgs
2024-10-04 11:06:58 -04:00
wxt
4274096645
fix(package-lock.json): fix for nixpkgs
2024-10-03 16:18:31 +08:00
Henry Dollman
a213b70a1c
release 0.5.1
2024-10-02 19:58:44 -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
b9f142c28c
update go deps (gopsutil v4.24.9)
2024-10-02 19:11:13 -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
94cb5f2798
fix uptime hours pluralization
2024-10-02 12:33:31 -04:00
Henry Dollman
2883467b2b
update docker image workflow
...
- change tag to "*v"
- remove cache
2024-10-02 12:32:19 -04:00
Lindemberg Barbosa
0c77190161
fix: readme link for Monitoring additional disks, partitions, or remote mounts ( #195 )
2024-10-02 10:40:12 -04:00
Henry Dollman
8d4d072343
fix readme backticks for telnet command
2024-09-30 15:45:46 -04:00
Henry Dollman
d6e0daf52a
update js deps and add package-lock.json ( #192 )
...
- replaces use-is-in-viewport package with lib/use-intersection-observer.ts due to npm dependency conflict
2024-09-30 14:37:59 -04:00
Henry Dollman
22e9ede766
release 0.5.0
2024-09-29 16:37:09 -04:00
Henry Dollman
9ab359d3cf
add SENSORS env var
2024-09-29 16:36:32 -04:00
Henry Dollman
5447ccad47
make sure temp chart starts at 0 degrees
2024-09-29 16:33:23 -04:00
Henry Dollman
3e51d79c37
update memory chart colors
2024-09-29 15:14:55 -04:00
Henry Dollman
0996d60224
update go deps
2024-09-29 14:22:21 -04:00
Henry Dollman
7a5ec067f5
refactor records package
2024-09-29 13:36:03 -04:00
Henry Dollman
98563d643d
refactor alerts and move managers to hub struct
...
- resource alerts called from updateSystem to avoid needing to pull from db after update
2024-09-29 13:35:38 -04:00
Henry Dollman
268e364bd4
update MemoryStats type
2024-09-29 12:36:19 -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
6235d15fa2
tweak colors in memory chart
2024-09-27 19:03:46 -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
38a9c535b8
change x axis time format for 1 week chart and add key
2024-09-27 13:08:48 -04:00
Henry Dollman
34c83e7c17
hide temp sensors chart legend if more than 11 sensors
2024-09-27 13:08:11 -04:00