Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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;