source: ogAgent-Git/src/cfg/ogagent.cfg @ 324ffda

configure-ptt-chedecorare-oglive-methodsejecutarscript-b64fix-cfg2objfixes-winlgromero-filebeatmainno-ptt-paramogcore1oglogoglog2override-moduleping1ping2ping3ping4report-progresstls
Last change on this file since 324ffda was 2ba25ff, checked in by Natalia Serrano <natalia.serrano@…>, 7 months ago

refs #708 split CloningEngine? stuff off ogAdmClient module, restore stock config

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[11f7a07]1[opengnsys]
2# Listen address & port of REST
3address=0.0.0.0
4port=8000
5
6# This is a comma separated list of paths where to look for modules to load
[0cadbf3]7#path=test_modules/server,more_modules/server
[11f7a07]8
9# Remote OpenGnsys Service
[2ba25ff]10remote=https://192.168.2.1/opengnsys/rest
[03a1cb2]11# Alternate OpenGnsys Service (comment out to enable this option)
12#altremote=https://10.0.2.2/opengnsys/rest
[11f7a07]13
[0440c7c]14# Execution level (permitted operations): status, halt, full
15level=full
16
17# Log Level, if omitted, will be set to INFO
[02399e9]18log=DEBUG
[11f7a07]19
20# Module specific
21# The sections must match the module name
22# This section will be passes on activation to module
[bf061b1]23[ogAdmClient]
[0cadbf3]24#path=test_modules/server,more_modules/server
[2ba25ff]25
26remote=https://192.168.2.1/opengnsys/rest
[bf061b1]27log=DEBUG
[2ba25ff]28pathinterface=/opt/opengnsys/interfaceAdm
29urlMenu=https://192.168.2.1/opengnsys/varios/menubrowser.php
30urlMsg=http://localhost/cgi-bin/httpd-log.sh
[bf061b1]31
[2ba25ff]32[CloningEngine]
33remote=https://192.168.2.1/opengnsys/rest
34log=DEBUG
[bf061b1]35pathinterface=/opt/opengnsys/interfaceAdm
36urlMenu=https://192.168.2.1/opengnsys/varios/menubrowser.php
37urlMsg=http://localhost/cgi-bin/httpd-log.sh
Note: See TracBrowser for help on using the repository browser.