Skip to content

Commit

Permalink
Adding HP to snmp_get_hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
liorf committed Mar 19, 2017
1 parent c81d11d commit 5e1345e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsot_sync/drivers/device_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def scan(self, ip):
my_snmp = SNMPHostnameDetect(hostname=str(ip), community=self.snmp_community,
snmp_version=self.snmp_version)
hostname = my_snmp.autodetect()
print (hostname)
except KeyboardInterrupt:
self.exit_app = True
raise
Expand Down

0 comments on commit 5e1345e

Please sign in to comment.