aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-20 13:13:37 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-23 07:47:18 +0000
commit06e584f80beaa11ff180ed0348202287574a208c (patch)
treeb106e16492c7d91e95d0bbd1e29e71615ac96ac4 /vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json
parent6a34a96c7d0ffab178caf8a91f7199916ebb643e (diff)
Fix unparsable json files
Fixing json files that had been malformed and had syntax issues. Change-Id: I36f28d17eb8bbe8432f26785958d348092699336 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json b/vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json
index 90654ef5..efe892b0 100644
--- a/vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json
+++ b/vnfs/VES5.0/evel/evel-library/code/VESreporting_fault/flt_config.json
@@ -12,7 +12,7 @@
"tmp_device": ["lo", "enp0s3", "docker0"]
},
- "tmp_indirectParameters": [
+ "tmp_indirectParameters": {
"tmp_faultInstance01": {
"eventName": "Fault_vFirewall-AT&T_linkDownError",
"eventCategory": "link",
@@ -67,5 +67,5 @@
"alarmCondition": "service up trap_alarm"
}
}
- ]
+ }
}