Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

remlogport: integer (default: 9090) TCP Port where log messages are send to

And example (partial) configuration file looks like this:

Image Added

Remote Logging: Server Side

Server side the 'mgmnt' Twisted based Python 3 server application receives log messages and stores them in a database table. 'mgmnt' also provides a simple webserver with some openNSA management/monitoring pages.

The 'mgmnt' Twisted application is part of the onsa-test repository (https://code.geant.net/stash/projects/CCS/repos/onsa-tests) and can be started with the following command:

    twistd -ny bin/go.tac

The 'tac' file looks like this:


Image Added


And the 'default.conf' configuration file mentioned in the .tac file looks like this:

Image Added