Skip to content

Commit

Permalink
commented out credentials logging
Browse files Browse the repository at this point in the history
  • Loading branch information
CoYe committed Jun 8, 2016
1 parent 6016b8e commit 73fa607
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudshell/snmp/quali_snmp.py
Expand Up @@ -149,8 +149,8 @@ def initialize_snmp(self, ip_address, port, snmp_version, snmp_community, snmp_u
if ':' in ip_address:
ip = ip_address.split(':')[0]
self.target = cmdgen.UdpTransportTarget((ip, port))
self._logger.debug('incoming params: ip: {0} community:{1}, user: {2}, password:{3}, private_key: {4}'.format(
ip, snmp_community, snmp_user, snmp_password, snmp_private_key))
# self._logger.debug('incoming params: ip: {0} community:{1}, user: {2}, password:{3}, private_key: {4}'.format(
# ip, snmp_community, snmp_user, snmp_password, snmp_private_key))
if '3' in snmp_version:
self.security = UsmUserData(userName=snmp_user,
authKey=snmp_password,
Expand Down
4 changes: 4 additions & 0 deletions third_party_requirements.txt
@@ -0,0 +1,4 @@
pysnmp==4.3.1
pysmi==0.0.6
pyasn1==0.1.9
ply==3.8

0 comments on commit 73fa607

Please sign in to comment.