Build precise queries to find exactly what you need
Press ESC to close
@sjorge
Favorites3
Views1
Projects6
I had to change to the old 32-bit counters for my windows server, took me about 30 min to figure out. I added an extra switch (x) to set it to 32 when needed. Patch Below: -------------- nagios@deimos ~/test $ diff check_iftraffic42.pl check_iftraffic42.pl.original 123,126c123,128 #Older 32-bit counter: > #my $snmpIfOutOctets = '1.3.6.1.2.1.2.2.1.16'; > my $snmpIfOutOctets = '1.3.6.1.2.1.31.1.1.1.10'; 150d151 tOctets32;
Reviewed 14 years ago
Patch does what it is supposed to do. Only question I have why is this still not part of the core?