iCMS.cmsd
Class cmsd
java.lang.Object
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 :
- ver 1.00 initial release
- ver 2.00 integrated westhawk stack
- ver 2.01 traplog dirs can now be set in the xml file
- ver 2.02 quiet is really silent now
- ver 2.03 persistant traplogging is turned on with -w
- Version:
- 2.03
- Author:
- Chris Lukassen
-

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 |
propsMan
protected PropertyManager propsMan
- variables
cmsd
public cmsd()
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