Skip to content

Commit f2c4e34

Browse files
nemesifiernepython
authored andcommitted
[chores] Added percentage sign in resource metric notifications
1 parent 8569954 commit f2c4e34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openwisp_monitoring/monitoring/configuration.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
'message': _(
226226
'The device [{notification.target}]({notification.target_link}) '
227227
'{notification.verb} disk usage which has gone over '
228-
'{notification.actor.alertsettings.threshold}.'
228+
'{notification.actor.alertsettings.threshold}%.'
229229
),
230230
},
231231
'recovery': {
@@ -280,7 +280,7 @@
280280
'message': _(
281281
'The device [{notification.target}]({notification.target_link}) '
282282
'{notification.verb} RAM usage which has gone '
283-
'over {notification.actor.alertsettings.threshold}.'
283+
'over {notification.actor.alertsettings.threshold}%.'
284284
),
285285
},
286286
'recovery': {
@@ -330,7 +330,7 @@
330330
'message': _(
331331
'The device [{notification.target}]({notification.target_link}) '
332332
'{notification.verb} CPU usage which has gone '
333-
'over {notification.actor.alertsettings.threshold}.'
333+
'over {notification.actor.alertsettings.threshold}%.'
334334
),
335335
},
336336
'recovery': {

0 commit comments

Comments
 (0)