iCMS.cmsd
Class cmsd

java.lang.Object
  extended by iCMS.cmsd.cmsd

public class cmsd
extends Object

cmsd is combined trapd and pollerd. It can run with a command line interface or with a more
sophisticated client/server approach.

[-c] - community String. By default "public".
[-p] - remote port no. By default 162.
[-d] - display server output
[-l] - debug logging level
[-o] - port on which clients connect
[-r] - translation file for traps -c - xml configuration file [-q] - quiet mode [-n] - number of traps to be stored
[-v] - report /var/log/messages as traps
[-w] - use persistant trap storage

Revision Changes :

Version:
2.03
Author:
Chris Lukassen
 

Field Summary
protected  PropertyManager propsMan
          variables
 
Constructor Summary
cmsd()
           
 
Method Summary
 void cmsd()
          constructor, used to initialize libraries
static void main(String[] args)
          main routine, pass the arguments of the server here,
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propsMan

protected PropertyManager propsMan
variables

Constructor Detail

cmsd

public cmsd()
Method Detail

cmsd

public void cmsd()
constructor, used to initialize libraries


main

public static void main(String[] args)
main routine, pass the arguments of the server here,

Parameters:
args - the arguments that were used to start the server