henrygd
ea665e02da
Improve system information retrieval for macOS and Windows
...
- Introduce `Os` enum to represent supported operating systems.
- Update `SystemInfo` interface to include OS type.
- Refactor `ContainerChart` component to use `ChartType` enum for better clarity.
- Switched to dynamic units in container memory chart.
2025-04-22 20:29:17 -04:00
henrygd
aab5725d82
Use gpu temp as primary sensor if no other sensors
2025-04-18 18:00:39 -04:00
henrygd
0526c88ce0
support blacklisting and wildcard matching in SENSORS env var ( #650 )
...
- Moved sensor related code to sensors.go
- Added SensorConfig struct
- Added newSensorConfig
- Added tests
2025-04-17 21:08:05 -04:00
henrygd
968ca70670
agent temperature fixes ( #648 , #663 )
...
- Fixes a bad sensor returning an error instead of other good sensors
- Adds ability to set GPU as PRIMARY_SENSOR
2025-03-15 00:29:41 -04:00
henrygd
f397ab0797
fix: improve error logging for temperature sensor retrieval
2025-03-06 05:38:49 -05:00
henrygd
baf56fe83b
fix: refresh interfaces if agent starts before network online ( #466 )
2025-02-21 00:21:47 -05:00
henrygd
5ea6eb08a1
feat: PRIMARY_SENSOR env var to choose dashboard temp
2025-02-11 15:11:46 -05:00
henrygd
3afab00937
feat: display peak GPU usage in dashboard
2025-02-08 19:24:38 -05:00
henrygd
e6054058b9
feat: add temperatures to dashboard
...
- Refactor temperature related code and move to standalone function
2025-02-07 21:27:15 -05:00
Henry Dollman
b4bc8a31aa
add check / reset for invalid disk i/o rates
2024-11-24 15:56:12 -05:00
Henry Dollman
8262a9a45b
progress on gpu metrics
2024-11-08 16:52:50 -05:00
Henry Dollman
f8fc74116c
rm *sensors.Warnings conversion - gopsutil windows uses different type
2024-10-26 14:02:19 -04:00
Henry Dollman
4094df3a61
fix: skip temperature collection if SENSORS is empty string ( #196 )
2024-10-24 15:10:20 -04:00
Henry Dollman
4a78ce1b16
skip temperatures code if sensors whitelist is set to empty string
2024-10-23 18:37:38 -04:00
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
6c31263e60
add bandwidth alerts
2024-10-12 17:22:25 -04:00
Henry Dollman
efca56ceca
add temp debug logs to troubleshoot #196
2024-10-10 18:28:24 -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
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
73d0dd25ec
agent refactoring - create agent/docker.go, agent/system.go
2024-09-28 17:49:04 -04:00