mirror of
https://github.com/ranl/monitor-utils.git
synced 2026-02-05 22:55:17 +01:00
f6d0d9deb9ce06f501d5276ef162247eed710159
On big volumes (bigger then 32bit counter = 4GB) overflow to negative values. SNMP on version 2c can transport 64bit value, it's not necessary using Low and High 32bit part of 64bit number. Fix DISKUSED on SNMPv1 if using more then 4GB of space. New _ulong64() function for counting 64bit number from its high and low 32bit parts. This function computing correct 64bit number on 32bit operating system.
monitor-utils
Monitoring script for Zabbix / Nagios
Languages
Perl
60.6%
Python
23.4%
PHP
12.3%
Shell
3.7%