diff options
author | Lusheng Ji <lji@research.att.com> | 2018-03-28 02:39:54 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-03-28 22:43:23 +0000 |
commit | 1ee2859001e6f5dd687a455672e88f2e73a56463 (patch) | |
tree | 59932099581564428343acf23ed5e732ece7c339 /spec | |
parent | 339ca1c5d3c9f138a13ae82c181b001df43645eb (diff) |
Fix SONAR reporting
Issue-ID: DCAEGEN2-206
Change-Id: If391162de76fae09fca8d464991c8889c51c2590
Signed-off-by: Lusheng Ji <lji@research.att.com>
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'spec')
-rw-r--r-- | spec/snmptrap-collector-component-spec.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/snmptrap-collector-component-spec.json b/spec/snmptrap-collector-component-spec.json index a256c51..b0436d4 100644 --- a/spec/snmptrap-collector-component-spec.json +++ b/spec/snmptrap-collector-component-spec.json @@ -100,7 +100,7 @@ }, { "name": "files.runtime_base_dir", - "value":"/opt/app/snmptrap", + "value":"/tmp/opt/app/snmptrap", "description": "base dir of snmptrapd install" }, { @@ -140,7 +140,7 @@ }, { "name": "files.eelf_base_dir", - "value":"/opt/app/snmptrap/logs", + "value":"/tmp/opt/app/snmptrap/logs", "description": "directory that all EELF format logs will be written to" }, { |