Ravi Nori has uploaded a new change for review. Change subject: core : No email notification sent when host recovers from previously reported condition ......................................................................
core : No email notification sent when host recovers from previously reported condition There is no option in event manager to subscribe for 'Host is responsive' event. Users can choose to receive email notifications for several host conditions listed under "Host Event" section of event notifications. When a user has chosen a specific condition and such condition occurs the user receives an email notification. When such condition is resolved or disappears the user does not receive any email notification alerting him/her that the previously reported condition has been solved is no longer present. Change-Id: I93038f1ef81aa82643eb1b0e4bf9bc523a28b22c Bug-Url: https://bugzilla.redhat.com/1013631 Signed-off-by: Ravi Nori <[email protected]> --- A packaging/dbscripts/upgrade/03_04_0560_map_vds_detected_to_event_map.sql 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/24170/1 diff --git a/packaging/dbscripts/upgrade/03_04_0560_map_vds_detected_to_event_map.sql b/packaging/dbscripts/upgrade/03_04_0560_map_vds_detected_to_event_map.sql new file mode 100644 index 0000000..73df08a --- /dev/null +++ b/packaging/dbscripts/upgrade/03_04_0560_map_vds_detected_to_event_map.sql @@ -0,0 +1,3 @@ +update event_map set event_down_name = 'VDS_DETECTED' where event_up_name='VDS_SET_NONOPERATIONAL'; +update event_map set event_down_name = 'VDS_DETECTED' where event_up_name='VDS_SET_NONOPERATIONAL_IFACE_DOWN'; +update event_map set event_down_name = 'VDS_DETECTED' where event_up_name='VDS_SET_NONOPERATIONAL_DOMAIN'; -- To view, visit http://gerrit.ovirt.org/24170 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I93038f1ef81aa82643eb1b0e4bf9bc523a28b22c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
