From: xbgmsharp <xbg...@gm...> - 2007-12-18 22:06:05
|
> Short summary: If any single oid fails to retrieve then devmon stops > collecting the rest of the oids in the template. > > I've confirmed this hypothesis with with -f -p -vvvvvvvvvvv. Devmon > says something about "too many failures" and "skipping device". > Perhaps devmon should only skip that single column and still test the > others. In the code, when 2 tests fails it stop chec the device and send a =20 clear status. in modules/dm_snmp.pm 535 # We dont want to do every table if we are failing alot of wal= ks 536 if($failed_query > 2) { 537 my $error_str =3D 538 "Failed too many queries on $dev, aborting query"; 539 $data_out{'error'}{$error_str} =3D 1; 540 send_data($sock, \%data_out); 541 $session->close(); 542 next DEVICE; 543 } I have the same problem with memory on my pix. But it never made the test go purple. Actually i increase the test failure to 5. Many of the failure are due =20 to snmpget not working as snmpwalk does. For my memroy test on some pix i did have a make result in a table; --=20 Thanks for using xbgm# / Devmon. http://xbgm.sourceforge.net/ http://devmon.sourceforge.net/ Please feedback. |