mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
small updates to alert display
This commit is contained in:
@@ -306,25 +306,25 @@ export const alertInfo = {
|
||||
desc: 'Triggers when CPU usage exceeds a threshold.',
|
||||
},
|
||||
Memory: {
|
||||
name: 'Memory usage',
|
||||
name: 'memory usage',
|
||||
unit: '%',
|
||||
icon: MemoryStickIcon,
|
||||
desc: 'Triggers when memory usage exceeds a threshold.',
|
||||
},
|
||||
Disk: {
|
||||
name: 'Disk usage',
|
||||
name: 'disk usage',
|
||||
unit: '%',
|
||||
icon: HardDriveIcon,
|
||||
desc: 'Triggers when usage of any disk exceeds a threshold.',
|
||||
},
|
||||
Bandwidth: {
|
||||
name: 'Bandwidth',
|
||||
name: 'bandwidth',
|
||||
unit: ' MB/s',
|
||||
icon: EthernetIcon,
|
||||
desc: 'Triggers when combined up/down exceeds a threshold.',
|
||||
},
|
||||
Temperature: {
|
||||
name: 'Temperature',
|
||||
name: 'temperature',
|
||||
unit: '°C',
|
||||
icon: ThermometerIcon,
|
||||
desc: 'Triggers when any sensor exceeds a threshold.',
|
||||
|
||||
Reference in New Issue
Block a user