mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5966 Update the schema-421-430.sql for EnableServiceMonitoring global setting
This commit is contained in:
parent
5651081ac0
commit
888b906776
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue