(file) Return to omicli.conf CVS log (file) (dir) Up to [OMI] / omi / etc

File: [OMI] / omi / etc / omicli.conf (download)
Revision: 1.3, Mon Apr 20 17:19:51 2015 UTC (9 years ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +34 -2 lines
OMI 1.0.8-1

# omicli configuration file

##
## httpport -- listening port for the binary protocol (default is 5985)
##
#httpsport=PORT

##
## httpsport -- listening port for the binary protocol (default is 5986)
##
#httpsport=PORT

##
## protocolhandler -- dynamically loadable protocol handlers for the MI API
##
#protocolhandler=NAME+SHARED_LIBRARY+ENTRY_POINT+MAJOR_VERSION+MINOR_VERSION
## NAME - the name associated with the protocol handler (for instance MI_WSMAN could be used)
## SHARED_LIBRARY- the DLL or Shared library path and name to be loaded that implements the said protocol
## ENTRY_POINT - the exported function in the shared library that implements the initialization routine
## MAJOR_VERSION - Which version of mi.h the protocol handler was built against
## MINOR_VERSION - Which version of mi.h the protocol handler was built against
# for Windows
#protocolhandler=my_protocol_name,myprotocol.dll,MI_Application_InitializeV1,1,0
# for Linux
#protocolhandler=my_protocol_name,myprotocol.so,MI_Application_InitializeV1,1,0


##
## defaultlocalprotocolhandler -- default protocol handler for local operations
##
#defaultlocalprotocolhandler=OMI_SOCKETS

##
## defaultremoteprotocolhandler -- default protocol handler for remoteoperations
##
#defaultremoteprotocolhandler=MI_REMOTE_WSMAN

##
## loglevel,logpath,logfile -- set the loggiing options for MI client
##
#loglevel = DEBUG
#logpath = var/log/
#logfile = miclient.log

ViewCVS 0.9.2