Patch subject is complete summary.

 scripts/mail-alarm |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


# HG changeset patch
# User Rok Strnisa <[email protected]>
# Date 1283527055 -3600
# Node ID c4227c4b505feb9839918af257f6bb50483b3a6f
# Parent  b256ba9c1b44c9a86ede62db73d9754353840301
[mq]: CA-37224-Email-Alerts-have-misleading-statements

diff --git a/scripts/mail-alarm b/scripts/mail-alarm
--- a/scripts/mail-alarm
+++ b/scripts/mail-alarm
@@ -145,7 +145,7 @@ class CpuUsageAlarmETG(EmailTextGenerato
             'CPU usage on %s "%s" has been on average %.1f%% for the last %d seconds.\n' \
             'This alarm is set to be triggered when CPU usage is more than %.1f%%.\n' \
             '\n' \
-            'For more information please log into your XenCenter Console and click on "%s"->\n' \
+            'For Alarm Settings, please log into your XenCenter Console and click on "%s"->\n' \
             '"Properties"->"Alerts"\n' % \
             (self.cls, 
              self.params['name_label'],
@@ -177,7 +177,7 @@ class NetworkUsageAlarmETG(EmailTextGene
             'Network usage on %s "%s" has been on average %d B/s for the last %d seconds.\n' \
             'This alarm is set to be triggered when Network usage is more than %d B/s.\n' \
             '\n' \
-            'For more information please log into your XenCenter Console and click on "%s"->\n' \
+            'For Alarm Settings, please log into your XenCenter Console and click on "%s"->\n' \
             '"Properties"->"Alerts"\n' % \
             (self.cls, 
              self.params['name_label'],
@@ -206,7 +206,7 @@ class DiskUsageAlarmETG(EmailTextGenerat
             'Disk usage on VM "%s" has been on average %d B/s for the last %d seconds.\n' \
             'This alarm is set to be triggered when Disk usage is more than %d B/s.\n' \
             '\n' \
-            'For more information please log into your XenCenter Console and click on "VM"->\n' \
+            'For Alarm Settings, please log into your XenCenter Console and click on "VM"->\n' \
             '"Properties"->"Alerts"\n' % \
             (self.params['name_label'],
              self.value,
_______________________________________________
xen-api mailing list
[email protected]
http://lists.xensource.com/mailman/listinfo/xen-api

Reply via email to