|
|||||||||||
|
Apache SNMP Configuration
From: Calvin Justin Seiferth <seifertj(at)www.disa.mil>
Date: Thu Oct 30 1997 - 01:57:12 EST I'm glad you and your tutor found the project interesting. Coincidently enough another person on the project is also from Spain, Mario, please meet Daniel. I don't know where in Spain either of you are fromhopefully not hundreds of kilometers apart. Harrie is much more knowledgeable than I on SNMP programming, unfortunately it seems his mail server has been down some lately. Here's some information that I hope will get you started. There's some background info and software followed by some pointers specific to this project. I think the first two hurdles are getting to feel comfortable with SMUX development if you're not already and to begin to formulate the MIB itself. Background Info
SNMP Libraries
SNMP Servers
http://www.gaertner.de/snmp/
SNMP-enabling Applications
http://scohelp.tomcat.ru:457/netguide/smuxN.develop_smux_peers_for_snmp_agents.html
Specific Info
On the MIB itself, Harrie suggested the use of tables to store the specific directives. The tables will be dynamic because the Apache directives change some from version to version of the server. I had suggested separating the table into at least three rows- "core", "core-modules", and "modules". I had hoped that this would allow some aspects of the MIB to remain constant across versions. Apache can be built with certain features (modules) enabled or disabled. The table structure is intened to accomodate this because the tables can be switched on and off depending on the compiled configuration of the server. Since the "core-modules" and "core" directives remain relatively constant, the thought was that once this part of the MIB was defined there shouldn't be much work required to keep it up do date. The "modules" section changes as other developers add or modify features of Apache so those authors would each be responsible for coming up with an update to the basic MIB to accomodate their changes. The different columns in the tables would correspond to the various directives. Hope this isn't too much but is enough info for you to start thinking. As I said, I'll try and get a "broker" out to you this weekend. Justin
This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:52:51 EDT |
||||||||||
|
|||||||||||