Code

Fixed SNMPv3 behaviour of check_ifstatus. Added -P to define privprotocol (#2343438...
authorMatthias Eble <psychotrahe@gmx.de>
Thu, 11 Jun 2009 15:20:55 +0000 (17:20 +0200)
committerMatthias Eble <psychotrahe@gmx.de>
Thu, 11 Jun 2009 15:20:55 +0000 (17:20 +0200)
commitedda2536e589810070abcb59e3cb2b3d0b334a01
treec65405f5ce165c2a1d0c87c7f826440990353705
parente16b35b2ca960f8e56c17013a749e181d429a725
Fixed SNMPv3 behaviour of check_ifstatus. Added -P to define privprotocol (#2343438 - Robin Schroeder)

check_ifstatus didn't function correctly with SNMPv3. This is fixed now.
Created argument-hash for SNMP session creation. This removes redundant code.
Session creation was moved out of process_arguments() and now takes place
after setting the timeout handler.

Additionally the -P argument was added to specify the privprotocol.
NEWS
plugins-scripts/check_ifstatus.pl
plugins-scripts/t/check_ifstatus.t [new file with mode: 0644]