From 648a394f7a318443dfd82f790f83a79616c26905 Mon Sep 17 00:00:00 2001 From: yayogev Date: Tue, 27 Feb 2018 17:00:05 +0200 Subject: US3541 merge various fixes to OPNFV branch timestamp of last commit tt was merged: 26-Jan-2018 16:25. Change-Id: I7b0bf7885d7d0badb81c794a52c480b905d78459 Signed-off-by: yayogev --- app/install/db/monitoring_config_templates.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/install/db/monitoring_config_templates.json') diff --git a/app/install/db/monitoring_config_templates.json b/app/install/db/monitoring_config_templates.json index b5c47df..e0d59e7 100644 --- a/app/install/db/monitoring_config_templates.json +++ b/app/install/db/monitoring_config_templates.json @@ -315,14 +315,15 @@ "order" : "1", "condition" : { "mechanism_drivers" : [ - "OVS" + "OVS", + "Flannel" ] }, "config" : { "checks" : { "{objtype}_{objid}" : { "interval" : 15, - "command" : "check_vconnector_ovs.py {name}", + "command" : "check_vconnector.py {name}", "standalone" : true, "type": "metric", "subscribers" : [ -- cgit 1.2.3-korg