From 5f37a3be8fad7a2e795f508f7c216d679cebd28e Mon Sep 17 00:00:00 2001 From: "Ladue, David (dl3158)" Date: Fri, 17 Aug 2018 12:05:49 -0400 Subject: updates to timeout variables Change-Id: Ic7dfc585af74f3341b58ef53f16cb09f0cc94098 Issue-ID: DCAEGEN2-630 Signed-off-by: Ladue, David (dl3158) --- etc/snmptrapd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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, -- cgit 1.2.3-korg