Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
sjorge
bysjorge, October 3, 2011
1 of 1 people found this review helpful
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;
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;
bysjorge, October 3, 2011
Patch does what it is supposed to do.
Only question I have why is this still not part of the core?
Only question I have why is this still not part of the core?