Good plugin but a bug with nosuchinstance

The plugin is developped in a standard way with usual V3 authentication. But when SNMP request gives NosuchInstance, it answers BPG OK.
I propose , line 430 :
undef $peer_state if ($peer_state =~ /nosuchinstance/i);
so that the result will be UNKNOWN.