henrygd
a3420b8c67
add max 1 min memory
2025-08-28 20:07:22 -04:00
henrygd
52983f60b7
refactor: add api module and page preloading
2025-08-28 18:23:24 -04:00
Sven van Ginkel
a989d121d3
[Feature] Add Status Filtering to Systems Table ( #927 )
2025-08-28 17:30:44 -04:00
henrygd
72334c42d0
refactor: add @/lib/alerts
2025-08-24 19:57:28 -04:00
henrygd
0638ff3c21
refactor: add subscribe / unsubscribe to alertManager
2025-08-24 19:48:21 -04:00
henrygd
b64318d9e8
fix: frontend token generation in insecure contexts
2025-08-24 17:24:34 -04:00
henrygd
7ba1f366ba
remove batch api in favor of custom endpoint for alerts management ( #1039 , #1023 )
2025-08-19 20:56:12 -04:00
henrygd
8af3a0eb5b
refactor: add getMeterState function
2025-08-02 23:44:07 -04:00
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
henrygd
3730a78e5a
update load avg display and include it in longer records
2025-07-16 21:24:42 -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
henrygd
f577476c81
clear systems from memory on logout ( #970 )
2025-07-16 14:39:15 -04:00
henrygd
49ae424698
refactor: consolidate fixedFloat funcs + remove trailing zeroes from y axis
2025-07-15 21:46:41 -04:00
henrygd
5c047e4afd
Refactor unit preferences and update chart components
...
* Refactor user settings to use enum for unit preferences (temperature,
network, disk).
* Update chart components to utilize new unit formatting functions
* Remove deprecated conversion functions and streamline unit handling
across charts.
* Enhance settings page to allow user selection of unit preferences with
updated labels.
2025-07-15 18:57:37 -04:00
Anish Chanda
6576141f54
Adds display unit preference ( #938 )
...
* Adds temperature unit preference
* add unit preferences for networking
* adds options for MB/s and bps.
* supports disk throughput unit preferences
2025-07-14 14:46:13 -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
402a1584d7
Add CBOR and agent initiated WebSocket connections ( #51 , #490 , #646 , #845 , etc)
...
- Add version exchange between hub and agent.
- Introduce ConnectionManager for managing WebSocket and SSH connections.
- Implement fingerprint generation and storage in agent.
- Create expiry map package to store universal tokens.
- Update config.yml configuration to include tokens.
- Enhance system management with new methods for handling system states and alerts.
- Update front-end components to support token / fingerprint management features.
- Introduce utility functions for token generation and hub URL retrieval.
Co-authored-by: nhas <jordanatararimu@gmail.com >
2025-07-08 18:41:36 -04:00
henrygd
47b2689f24
updates for lingui 5
2025-03-15 03:01:49 -04:00
henrygd
c8130a10d4
fix: allow logout if auto login if enabled
2025-03-05 23:36:57 -05:00
henrygd
0619eabec2
feat: add keyboard navigation for systems
2025-03-05 23:35:46 -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
henrygd
1d13ecd8ec
ui: truncate full path of host if using unix socket
2025-02-22 17:58:30 -05:00
henrygd
6b2a9463ca
feat: edit system dialog in dashboard
2025-02-11 14:12:25 -05:00
Henry Dollman
d7ada1b1c5
add manifest.json with icon for home screen ( closes #525 )
2025-02-05 20:27:23 -05:00
Henry Dollman
1daf35406a
auth: ensure realtime subscriptions are cleared on logout
2025-02-05 20:24:39 -05:00
Henry Dollman
f4480c7aa7
refactor: updateSystemList function
2025-02-05 20:21:57 -05:00
ompathak2004
5b478c11eb
fix: prevent multiple concurrent fetches in updateSystemList function
...
fix: correctly reset isFetchingSystems flag in updateSystemList function
2025-02-05 19:04:18 -05:00
Henry Dollman
0759a3607c
supress pocketbase auto cancellation error
2025-01-31 17:16:21 -05:00
Henry Dollman
f86bda304d
pocketbase js updates
2024-11-29 17:03:31 -05:00
Henry Dollman
b5ed7cd555
fix display of values under 1 GB in disk usage chart ( closes #261 )
2024-11-06 13:52:35 -05:00
Henry Dollman
5ae3a38204
Bandwidth alert max value increased to 1 Gigabit ( closes #222 )
2024-11-02 14:02:13 -04:00
Henry Dollman
a93ff63605
migrate to lingui
2024-11-01 20:31:57 -04:00
Henry Dollman
14a4715eb8
update translations
2024-10-30 16:06:57 -04:00
Henry Dollman
929d94f705
update translations
2024-10-30 12:18:12 -04:00
Henry Dollman
3505b215a2
add prettier config and format files site files
2024-10-30 11:03:09 -04:00
Arsfy
5c2e2d7d36
i18n
2024-10-28 18:44:04 +08:00
Henry Dollman
6de5dce176
improve useeffects for favicon and system subscription
2024-10-19 19:57:35 -04:00
Henry Dollman
140fd93ec9
add ability to set alerts for all systems
2024-10-19 15:14:28 -04:00
Henry Dollman
12239808fc
small updates to alert display
2024-10-17 15:46:09 -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
abff85d61e
alerts web ui refactoring
2024-10-16 13:48:36 -04:00
Henry Dollman
92179cbbb2
show active alerts in dashboard
2024-10-15 21:59:05 -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
c0a3bbeefc
change twoDecimalString to use customizable digits
2024-10-12 16:03:51 -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
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
38a9c535b8
change x axis time format for 1 week chart and add key
2024-09-27 13:08:48 -04:00