On Fri, 07 Mar 2008, Mr Manoj wrote: > Ok fine. how can i intergrate new MIBs with check_snmp. > > Say, when i receive new vendor MIB, how to comiple those to make > Nagios understand about the new MIBs.
Nagios doesn't deal directly with MIBs at all -- really, all they all is a standard format for documenting the SNMP information from a given device. To use that information, well, that depends on what's in the MIBs, and what you care about. Look through the MIBs, and add check_snmp checks against the OIDS you care about. Unless they're traps, in which case this is a good starting point: http://www.nagios.org/faqs/viewfaq.php?faq_id=29 In either case, you don't *need* MIBs at all. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
