Przeglądaj źródła

bugfix: set default snmp options

root 4 lat temu
rodzic
commit
94acacf9e1
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      html/inc/common.php

+ 2 - 0
html/inc/common.php

@@ -3326,5 +3326,7 @@ function init_option($db)
 
 
 init_option($db_link);
 init_option($db_link);
 clean_dns_cache($db_link);
 clean_dns_cache($db_link);
+snmp_set_valueretrieval(SNMP_VALUE_LIBRARY);
+snmp_set_enum_print(1);
 
 
 ?>
 ?>