Henry Dollman
71aa9946f5
use one x axis component for all charts
2024-10-17 16:05:20 -04:00
Henry Dollman
12239808fc
small updates to alert display
2024-10-17 15:46:09 -04:00
Henry Dollman
94e9d4f270
set alert to inactive if value or minute is updated
2024-10-17 11:12:04 -04:00
Yukino16
34a8053967
fix: path escape for system name in alert message ( #209 )
2024-10-17 10:31:36 -04:00
Henry Dollman
ee92e338cb
update debug log locations
2024-10-16 18:12:43 -04:00
Henry Dollman
1a3ad04e03
release 0.6.0
2024-10-16 18:02:53 -04:00
Henry Dollman
9c061774a3
update alert notification titles
2024-10-16 18:02:38 -04:00
Henry Dollman
3336b0a7d9
fix chart null values connecting after downtime
2024-10-16 17:46:42 -04:00
Henry Dollman
f034eed431
update js packages
2024-10-16 17:39:56 -04:00
Henry Dollman
6b6d3fabc0
change disk alert to monitor usage of any disk, not only root
2024-10-16 17:21:05 -04:00
Henry Dollman
59d541dd1d
fix edge case overwriting extra filesystem with root io fallback
2024-10-16 15:26:12 -04:00
Henry Dollman
abff85d61e
alerts web ui refactoring
2024-10-16 13:48:36 -04:00
Henry Dollman
02641ec007
time averaged thresholds for alerts
2024-10-15 21:59:53 -04:00
Henry Dollman
92179cbbb2
show active alerts in dashboard
2024-10-15 21:59:05 -04:00
Henry Dollman
299152413a
small longer record creation refactoring
2024-10-15 19:54:46 -04:00
Henry Dollman
703a3c41c9
empty info for systems that are paused
2024-10-15 18:31:03 -04:00
Henry Dollman
31d1153916
invert sorting in systems table
2024-10-15 18:20:38 -04:00
Henry Dollman
c1577d3ba5
fix bottom spacing
2024-10-14 19:03:02 -04:00
Henry Dollman
c4400eb0a3
refactor container-chart.tsx
2024-10-14 18:48:19 -04:00
Henry Dollman
a57498f8f7
update alerts dialog and icon imports
2024-10-14 17:53:49 -04:00
Henry Dollman
1b0dffc1ab
combine docker charts and chart data
2024-10-14 17:25:21 -04:00
Henry Dollman
bea37d62b4
simplify container chart data and reduce rerenders
2024-10-14 11:48:33 -04:00
Henry Dollman
d53b6be5b9
update collections
2024-10-12 18:28:32 -04:00
Henry Dollman
6c31263e60
add bandwidth alerts
2024-10-12 17:22:25 -04:00
Henry Dollman
b464fa5b3f
add net column to systems table
2024-10-12 16:37:09 -04:00
Henry Dollman
c0a3bbeefc
change twoDecimalString to use customizable digits
2024-10-12 16:03:51 -04:00
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