diff options
author | yayogev <yaronyogev@gmail.com> | 2017-09-05 09:29:41 +0300 |
---|---|---|
committer | yayogev <yaronyogev@gmail.com> | 2017-09-05 09:29:41 +0300 |
commit | e822deb27a753b6339c806db26ace8fc42d12890 (patch) | |
tree | 49aa35364c2fd0725a30bbb2431cf0e3d30d02c2 | |
parent | 1745ff341283720042c829254a76bb060e671027 (diff) |
rename vedge checks to reflect name of script
Change-Id: I1a46ca9f024d14dcf98c735d10c31aa84f01e203
Signed-off-by: yayogev <yaronyogev@gmail.com>
-rw-r--r-- | app/install/db/monitoring_config_templates.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/install/db/monitoring_config_templates.json b/app/install/db/monitoring_config_templates.json index 2e6d9ba..3dbacae 100644 --- a/app/install/db/monitoring_config_templates.json +++ b/app/install/db/monitoring_config_templates.json @@ -200,7 +200,7 @@ "type" : "handlers.json"
},
{
- "type" : "client_check_vedge.json",
+ "type" : "client_check_vedge_vpp.json",
"side" : "client",
"condition" : {
"mechanism_drivers" : [
@@ -277,7 +277,7 @@ }
}
},
- "type" : "client_check_vedge.json",
+ "type" : "client_check_vedge_ovs.json",
"condition" : {
"mechanism_drivers" : [
"OVS"
|