XmlBlaster Logo

REQUIREMENT

admin.snmp

XmlBlaster Logo


Type NEW
Priority LOW
Status INWORK
Topic You can administer XmlBlaster using an snmp MIB with xmlBlasters SNMP subagent
Des
cription

There is support to monitor and control xmlBlaster with snmp.

The MIB is tested with JAX 0.0.15 using the ucd-snmp 4.5 agent.

Example
Java
Start xmlBlaster
  java org.xmlBlaster.Main -admin.snmp true
    
... and try a
  snmpwalk myHost ...
    
Configure
Property Default / Example Description Implemented
admin.snmp true Switch SNMP plugin on or off yes
admin.snmp.port 705 The port where the SNMP agent listens for our SNMP subagent with AGENTX protocol yes
admin.snmp.hostname localhost The host where out SNMP subagent looks for the SNMP agent yes
admin.snmp.debug false Setting to true switches JAX debugging on yes

NOTE: Configuration parameters are specified on command line (-someValue 17) or in the xmlBlaster.properties file (someValue=17). See requirement "util.property" for details.
Columns named Impl tells you if the feature is implemented.
Columns named Hot tells you if the configuration is changeable in hot operation.

Todo
  1. Write the subagent.
  2. Add test cases.
See http://www.xmlBlaster.org/xmlBlaster/src/java/org/xmlBlaster/engine/admin/extern/snmp/README
See http://www.xmlBlaster.org/xmlBlaster/src/java/org/xmlBlaster/engine/admin/extern/snmp/XMLBLASTER-MIB
See http://eden.dei.uc.pt/agentx/
See http://www.snmplink.org/
See http://www.et.put.poznan.pl/snmp/main/mainmenu.html
See http://snmp.cs.utwente.nl
See API org.xmlBlaster.engine.admin.extern.SnmpGateway

This page is generated from the requirement XML file xmlBlaster/doc/requirements/admin.snmp.xml

Back to overview