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