46 lines
1.1 KiB
INI
46 lines
1.1 KiB
INI
[opengnsys]
|
|
# Listen address & port of REST
|
|
address=0.0.0.0
|
|
port=8000
|
|
|
|
# This is a comma separated list of paths where to look for modules to load
|
|
#path=test_modules/server,more_modules/server
|
|
|
|
# Remote OpenGnsys Service
|
|
remote=https://192.168.2.1/opengnsys/rest
|
|
# Alternate OpenGnsys Service (comment out to enable this option)
|
|
#altremote=https://10.0.2.2/opengnsys/rest
|
|
|
|
# Execution level (permitted operations): status, halt, full
|
|
level=full
|
|
|
|
# Log Level, if omitted, will be set to INFO
|
|
log=DEBUG
|
|
|
|
imgname=
|
|
|
|
# TLS
|
|
# The agent will look for these files in /opt/opengnsys/etc, /usr/share/OGAgent,
|
|
# windows "Program Files (x86)" and the current working directory
|
|
ca=ca.crt
|
|
crt=ogagent.crt
|
|
key=ogagent.key
|
|
|
|
|
|
# Module specific
|
|
# The sections must match the module name
|
|
# This section will be passes on activation to module
|
|
[ogAdmClient]
|
|
#path=test_modules/server,more_modules/server
|
|
|
|
remote={}://{}/opengnsys/rest
|
|
log=DEBUG
|
|
pathinterface=/opt/opengnsys/interfaceAdm
|
|
urlMenu={}://{}/menu-browser
|
|
urlMsg=http://localhost/cgi-bin/httpd-log.sh
|
|
|
|
# TLS
|
|
ca=/opt/opengnsys/etc/ca.crt
|
|
crt=/opt/opengnsys/etc/ogagent.crt
|
|
key=/opt/opengnsys/etc/ogagent.key
|