Skip to content

Commit 5e90737

Browse files
committed
Update server configurations for improved performance and accuracy
1 parent 865707c commit 5e90737

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

src/Pages/StatusPage/index.jsx

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,16 @@ const serverData = [
7474
os: "Proxmox VE 9.0",
7575
},
7676
{
77-
name: "SpareHypervisor",
78-
cpu: "Intel Xeon E3-1270 v3 @ 3.5GHz",
79-
memory: "DDR3-1600 32GB ECC-Unbuffered",
80-
motherboard: "Dell 81N4V",
81-
storage: ["SATA SSD 250GB x 1", "SATA SSD 500GB x 1"],
82-
network: ["Intel X520-DA2 (10Gbps)", "Broadcom BCM5716 (1Gbps)"],
77+
name: "SubHypervisor",
78+
cpu: "Intel Xeon E-2144G @ 3.6GHz",
79+
memory: "DDR4-3200(2400) 64GB Non-ECC",
80+
motherboard: "AsrockRack E3C242D4U2-2T",
81+
storage: ["Gen4(Gen3) NVMe 256GB x 1", "SATA SSD 500GB x 1"],
82+
network: [
83+
"Intel X550-AT2 (10Gbps)",
84+
"Intel X710-DA2 (10Gbps)",
85+
"RTL8125 (2.5Gbps)",
86+
],
8387
os: "Proxmox VE 9.0",
8488
},
8589
{
@@ -90,6 +94,7 @@ const serverData = [
9094
storage: [
9195
"Gen4 512GB NVMe x 2",
9296
"Gen3 128GB NVMe x 1",
97+
"64GB SATA SSD x 1",
9398
"1TB SATA HDD x 6",
9499
"10TB SAS HDD x 1",
95100
],
@@ -98,30 +103,30 @@ const serverData = [
98103
},
99104
{
100105
name: "BackupTrueNAS",
101-
cpu: "Intel Pentium G5420 @ 3.8GHz",
106+
cpu: "Intel Xeon E3-1240L v5 @ 2.1GHz",
102107
memory: "DDR4-3200 16GB Non-ECC (Actual DDR4-2133)",
103-
motherboard: "Asrock B360M-Pro4",
108+
motherboard: "AsrockRack E3C232D4U",
104109
storage: ["Gen3 128GB NVMe x 1", "2TB SATA HDD x 6"],
105-
network: ["Aquantia AQC107 (10Gbps)"],
110+
network: ["Intel X520-DA2 (10Gbps)"],
106111
os: "TrueNAS Scale 24.10",
107112
},
108113
{
109-
name: "MainRouter",
110-
cpu: "Intel Processor N100 @ 3.4GHz",
111-
memory: "DDR4-3200 8GB Non-ECC",
112-
motherboard: "Asrock N100M",
113-
storage: ["Gen3 128GB NVMe x 1"],
114-
network: ["Intel X550-T2 (10Gbps)", "Intel X710-DA2 (10Gbps)"],
115-
os: "OPNsense 25.1",
114+
name: "WindowsSV",
115+
cpu: "Intel Xeon E3-1270 v3 @ 3.5GHz",
116+
memory: "DDR3-1600 32GB ECC-Unbuffered",
117+
motherboard: "Dell 81N4V",
118+
storage: ["250GB SATA SSD x 1"],
119+
network: ["Intel X520-DA2 (10Gbps)", "Broadcom BCM5716 (1Gbps)"],
120+
os: "Windows Server 2022 Datacenter",
116121
},
117122
{
118-
name: "WindowsSV",
123+
name: "RockySV",
119124
cpu: "Intel Xeon E3-1220 v3 @ 3.1GHz",
120125
memory: "DDR3-1600 16GB ECC-Unbuffered",
121126
motherboard: "Dell 81N4V",
122127
storage: ["250GB SATA SSD x 1"],
123128
network: ["Intel X520-DA2 (10Gbps)", "Broadcom BCM5716 (1Gbps)"],
124-
os: "Windows Server 2022 Datacenter",
129+
os: "Rocky Linux 9.6",
125130
},
126131
{
127132
name: "DebianSV",

0 commit comments

Comments
 (0)