henrygd
91679b5cc0
refactor load average handling ( #982 )
...
- Transitioned from individual load average fields (LoadAvg1, LoadAvg5,
LoadAvg15) to a single array (LoadAvg)
- Ensure load is displayed when all zero values.
2025-07-25 18:07:29 -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
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
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
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
6107f52d07
Fix system path in notification urls
2025-05-08 19:06:19 -04:00
henrygd
5439066f4d
hub.MakeLink method to assure URLs are formatted properly ( #805 )
...
- Updated AlertManager to replace direct app references with a hub interface.
- Changed AlertManager.app to AlertManager.hub
- Add tests for MakeLink
2025-05-08 17:47:15 -04:00
henrygd
25b73bfb85
fix: make sure system alerts are checked after records are committed
2025-03-05 23:39:01 -05:00
henrygd
a1f6eeb9eb
refactor: alerts package compatiblity with new systems package
2025-03-03 23:52:27 -05:00
henrygd
2b73d8845a
feat: allow x min downtime before alerting ( #595 , #625 )
...
- splits alerts package into three files. status alerts were not
modified aside from updating to slices.Delete method
2025-02-27 17:12:25 -05:00