[ Sorry for the delay in responding ]

> I am interested in monitoring few systems like Windows 2000, Suse Linux,
> Solaris UNIX and HP Unix. All these systems I want the  default monitoring
> features plus some new custom features.
> 
> Since it's a multiple systems, I am planning to use Java as the language.
> Netsnmpj looks ok.

I haven't looked closely at NetsnmpJ, but my guess is that it's probably
more aimed at client-side programming.  An SNMP agent is typically very
closely linked with the host O/S (in order to retrieve the necessary
information, which is often held in an O/S-specific form anyway), so the
alleged system-independence of Java is less relevant.


>         But to write the custom features(like reading a text file
> on a particular system) how can I write a MIB as well as SubAgent?

A MIB is simply a definition of how the information is to be structured.
This is completely independent of the language used to implement that
particular MIB.  So it doesn't matter whether you end up implementing
the MIB in C, C++, Java or anything else.  This won't affect the MIB
that you define.

And if you implement your MIB as part of an AgentX subagent, then again
it doesn't matter what language you write it in, or what toolkit you use -
it should be able to work with the master AgentX agent just the same.


Dave




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Net-snmp-coders mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to