Tweak RAM warning threshold to 80%
Mostly because at the moment I run around 72% because Electron exists.
This commit is contained in:
parent
9ce1fa64a2
commit
775196d080
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
"memory": {
|
||||
"format": " {}%",
|
||||
"states": {
|
||||
"warning": 75,
|
||||
"critical": 85
|
||||
"warning": 80,
|
||||
"critical": 90
|
||||
}
|
||||
},
|
||||
"custom/aqi": {
|
||||
|
|
Loading…
Add table
Reference in a new issue