mirror of https://github.com/apache/cloudstack.git
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:
parent
6f7653d56a
commit
bbe62ea134
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue