[erlang-patches] SNMP erlNodeReductions defined too narrow

Tobias Schlager Tobias.Schlager@REDACTED
Mon Jul 8 16:49:18 CEST 2013


Hi,

this patch fixes the problem I posted to the erlang-bugs mailing list earlier today. In short, this fix simply converts the type of erlNodeReductions from Counter32 to Counter64 in the OTP-MIB.mib file. This patch also removes some warnings discovered by smilint (regarding timestamp formats) and it introduces a new test suite for the otp_mibs application (quite similar to the os_mon_mib suite).

git fetch https://github.com/schlagert/otp.git snmp_fix_node_reduction_type

https://github.com/schlagert/otp/compare/erlang:maint...snmp_fix_node_reduction_type
https://github.com/schlagert/otp/compare/erlang:maint...snmp_fix_node_reduction_type.patch

Regards
Tobias



More information about the erlang-patches mailing list