CLOUDSTACK-5966 Update the schema-421-430.sql for EnableServiceMonitoring global setting

(cherry picked from commit 888b906776)

Signed-off-by: Animesh Chaturvedi <animesh@apache.org>
This commit is contained in:
Jayapal 2014-01-30 19:29:54 +05:30 committed by Animesh Chaturvedi
parent 6f7653d56a
commit bbe62ea134
1 changed files with 1 additions and 0 deletions

View File

@ -1091,3 +1091,4 @@ CREATE VIEW `cloud`.`user_vm_view` AS
INSERT INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('NetworkManager', 'DEFAULT', 'management-server', 'network.router.EnableServiceMonitoring', 'false', 'service monitoring in router enable/disable option, default false', 'false') ON DUPLICATE KEY UPDATE category='NetworkManager';
INSERT IGNORE INTO `cloud`.`configuration`(category, instance, component, name, value, description, default_value) VALUES ('NetworkManager', 'DEFAULT', 'management-server', 'network.router.EnableServiceMonitoring', 'true', 'service monitoring in router enable/disable option, default true', 'true') ON DUPLICATE KEY UPDATE category='NetworkManager';