File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
openwisp_monitoring/monitoring Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 225
225
'message' : _ (
226
226
'The device [{notification.target}]({notification.target_link}) '
227
227
'{notification.verb} disk usage which has gone over '
228
- '{notification.actor.alertsettings.threshold}.'
228
+ '{notification.actor.alertsettings.threshold}% .'
229
229
),
230
230
},
231
231
'recovery' : {
280
280
'message' : _ (
281
281
'The device [{notification.target}]({notification.target_link}) '
282
282
'{notification.verb} RAM usage which has gone '
283
- 'over {notification.actor.alertsettings.threshold}.'
283
+ 'over {notification.actor.alertsettings.threshold}% .'
284
284
),
285
285
},
286
286
'recovery' : {
330
330
'message' : _ (
331
331
'The device [{notification.target}]({notification.target_link}) '
332
332
'{notification.verb} CPU usage which has gone '
333
- 'over {notification.actor.alertsettings.threshold}.'
333
+ 'over {notification.actor.alertsettings.threshold}% .'
334
334
),
335
335
},
336
336
'recovery' : {
You can’t perform that action at this time.
0 commit comments