CHANGES: snmpd: fixed UCD-SNMP-MIB::systemStats after 30 days of uptime.

After 30 days, values from /proc/stat (on Linux) can get bigger than 32bits and snmpd calculations might render counters like ssCpuUser negative or zero, while the real value is higher. Therefore the counters should be tracked as the largest integer available.
12 files changed