Skip to content

Commit 615a7b1

Browse files
authored
Fix accidental search and replace in DatabaseServer/moxa_data.py
1 parent 57c4300 commit 615a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DatabaseServer/moxa_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
DELETE_PORTS = """
4040
DELETE FROM moxa_details.port_mappings;"""
4141

42-
SYSTEM_MIBS = ["DISMAN-EXPRESSION-MIB::sysUpTimeInstance", "SNMPv2-MIB::sys_name"]
42+
SYSTEM_MIBS = ["DISMAN-EXPRESSION-MIB::sysUpTimeInstance", "SNMPv2-MIB::sysName"]
4343
PORT_MIBS = ["IF-MIB::ifOperStatus", "IF-MIB::ifSpeed", "IF-MIB::ifInOctets", "IF-MIB::ifOutOctets"]
4444

4545

0 commit comments

Comments
 (0)