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

This commit is contained in:
Jayapal 2014-01-30 19:29:54 +05:30
parent 5651081ac0
commit 888b906776
1 changed files with 1 additions and 0 deletions

View File

@ -1090,3 +1090,4 @@ CREATE VIEW `cloud`.`user_vm_view` AS
`cloud`.`user_vm_details` `custom_ram_size` ON (((`custom_ram_size`.`vm_id` = `cloud`.`vm_instance`.`id`) and (`custom_ram_size`.`name` = 'memory')));
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';