aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLadue, David (dl3158) <dl3158@att.com>2018-08-17 12:05:49 -0400
committerLadue, David (dl3158) <dl3158@att.com>2018-08-17 12:06:05 -0400
commit5f37a3be8fad7a2e795f508f7c216d679cebd28e (patch)
tree8553969e7ab49b2546ac15dde1b79e9b7c1d834c /etc
parentb7fef09b274c7153720dbd18c7952d73889bfc9a (diff)
updates to timeout variables
Change-Id: Ic7dfc585af74f3341b58ef53f16cb09f0cc94098 Issue-ID: DCAEGEN2-630 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/snmptrapd.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/snmptrapd.json b/etc/snmptrapd.json
index e4fa44f..2061631 100644
--- a/etc/snmptrapd.json
+++ b/etc/snmptrapd.json
@@ -14,7 +14,7 @@
"dns_cache_ttl_seconds": 60
},
"publisher": {
- "http_timeout_milliseconds": 1500,
+ "http_milliseconds_timeout": 1500,
"http_retries": 3,
"http_milliseconds_between_retries": 750,
"http_primary_publisher": "true",
@@ -50,7 +50,7 @@
"eelf_audit": "audit.log",
"eelf_metrics": "metrics.log",
"roll_frequency": "day",
- "minimum_severity_to_log": 2
+ "minimum_severity_to_log": 0
},
"trap_config": {
"sw_interval_in_seconds": 60,