File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments