mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
Fix server_stats column names to match PHP code (cpu_usage/ram_usage/disk_usage/load_avg)
This commit is contained in:
+4
-4
@@ -324,10 +324,10 @@ CREATE TABLE IF NOT EXISTS backup_schedules (
|
||||
-- ── Server Stats ──────────────────────────────────────────────────────────────
|
||||
CREATE TABLE IF NOT EXISTS server_stats (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
cpu_pct REAL,
|
||||
ram_pct REAL,
|
||||
disk_pct REAL,
|
||||
load_1m REAL,
|
||||
cpu_usage REAL,
|
||||
ram_usage REAL,
|
||||
disk_usage REAL,
|
||||
load_avg REAL,
|
||||
load_5m REAL,
|
||||
load_15m REAL,
|
||||
net_in_kb INTEGER DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user