source:
ogAgent-Git/src/cfg/ogagent.cfg
@
c39b253
Last change on this file since c39b253 was f8563ec, checked in by , 3 months ago | |
---|---|
|
|
File size: 833 bytes |
Rev | Line | |
---|---|---|
[11f7a07] | 1 | [opengnsys] |
2 | # Listen address & port of REST | |
3 | address=0.0.0.0 | |
4 | port=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 | |
[7293aee] | 10 | remote=https://192.168.2.1/opengnsys/rest |
[03a1cb2] | 11 | # Alternate OpenGnsys Service (comment out to enable this option) |
[7293aee] | 12 | #altremote=https://10.0.2.2/opengnsys/rest |
[11f7a07] | 13 | |
[0440c7c] | 14 | # Execution level (permitted operations): status, halt, full |
15 | level=full | |
16 | ||
17 | # Log Level, if omitted, will be set to INFO | |
[02399e9] | 18 | log=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 | |
[9ac107d] | 26 | remote={}://{}/opengnsys/rest |
[bf061b1] | 27 | log=DEBUG |
[2ba25ff] | 28 | pathinterface=/opt/opengnsys/interfaceAdm |
[173379f] | 29 | urlMenu={}://{}/menu-browser |
[2ba25ff] | 30 | urlMsg=http://localhost/cgi-bin/httpd-log.sh |
Note: See TracBrowser
for help on using the repository browser.