diff options
| -rwxr-xr-x | include/config.pm.dist | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.pm.dist b/include/config.pm.dist index 492e02d..6d9ae94 100755 --- a/include/config.pm.dist +++ b/include/config.pm.dist @@ -14,7 +14,7 @@ our $db_password = "<removed>";  # Some basics  our @snmp_objects = [  ['ifIndex'], -['sysNam'], +['sysName'],  ['sysDescr'],  ['ifHighSpeed'],  ['ifType'],  | 
