diff options
author | Ladue, David (dl3158) <dl3158@att.com> | 2018-09-28 16:10:01 -0400 |
---|---|---|
committer | Ladue, David (dl3158) <dl3158@att.com> | 2018-09-28 16:53:34 -0400 |
commit | 3e79c897cb6357fe0d599d104eb6a31965ca414a (patch) | |
tree | 7e3d7e3303433f345cce25b71bf3984f39d9d20a | |
parent | dbc128b6374c7c4ee1dd7634d4b43051093ada82 (diff) |
requirements to pysnmp 4.4.5
Change-Id: Ica435adf6f97ef063920aaadfc3b929d1a903460
Issue-ID: DCAEGEN2-842
Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
-rw-r--r-- | etc/snmptrapd.json | 2 | ||||
-rw-r--r-- | 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 |