Skip to content

Commit 77992f7

Browse files
committed
Merge branch 'Ticket8527_Database_server_Type_checking' of ssh://github.com/ISISComputingGroup/EPICS-inst_servers into Ticket8527_Database_server_Type_checking
2 parents 541dc34 + 615a7b1 commit 77992f7

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)