From 3e79c897cb6357fe0d599d104eb6a31965ca414a Mon Sep 17 00:00:00 2001 From: "Ladue, David (dl3158)" Date: Fri, 28 Sep 2018 16:10:01 -0400 Subject: requirements to pysnmp 4.4.5 Change-Id: Ica435adf6f97ef063920aaadfc3b929d1a903460 Issue-ID: DCAEGEN2-842 Signed-off-by: Ladue, David (dl3158) --- etc/snmptrapd.json | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/snmptrapd.json b/etc/snmptrapd.json index 12e75c5..8281a35 100644 --- a/etc/snmptrapd.json +++ b/etc/snmptrapd.json @@ -50,7 +50,7 @@ "eelf_audit": "audit.log", "eelf_metrics": "metrics.log", "roll_frequency": "day", - "minimum_severity_to_log": 0 + "minimum_severity_to_log": 3 }, "snmpv3_config": { "usm_users": [ diff --git a/requirements.txt b/requirements.txt index aff0a9c..b01728c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pysnmp==4.4.2 +pysnmp==4.4.5 requests==2.18.3 onap_dcae_cbs_docker_client==1.0.1 -- cgit 1.2.3-korg