Skip to content

Commit 91e4ded

Browse files
author
Koushik Chakravarty
committed
CA-183272: Improving Dom0 mem usage alert mail text
Signed-off-by: Koushik Chakravarty <koushik.chakravarty@citrix.com>
1 parent 91b43be commit 91e4ded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/mail-alarm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ class Dom0MemUsageAlarmETG(EmailTextGenerator):
237237

238238
def generate_body(self):
239239
return \
240-
'The memory demand on "%s" is about %.1f%% of the physical memory of the domain. ' \
240+
'The Control Domain memory demand on "%s" is about %.1f%% of the physical memory of the domain. ' \
241241
'Occasional performance degradation can be expected when memory swapping is forced to happen.\n' \
242-
'This alarm is set to be triggered when the ratio of the memory demand to the physical memory is beyond %.1f%%.\n' \
242+
'This alarm is set to be triggered when the Control Doamin memory demand is beyond %.1f%% of the domain physical memory.\n' \
243243
'\n' % \
244244
(self.params['name_label'],
245245
self.value * 100.0,

0 commit comments

Comments
 (0)