Configuration description
Posted: Sun Mar 15, 2015 7:09 pm
Is there a page/wiki that gives more details about the otmonitor configuration?
At the moment it is rather hard to configure for an application that one could reasonably expect to be run on a headless server (it even has a --daemon flag so it was expected)
I could not find a way to configure the gateway trough the web interface, and using X11 forwarding is a major pain as it is excruciatingly slow.
I hope there's a good description of the various configuration option somewhere.
Also, what format is the config file using? What can I use to comment certain lines when I don't want to remove them entirely?
Personally I think that a Github/Bitbucket repository for the otmonitor source code would be a good idea as it makes access to, and modification of, the source easier to do and to coordinate. (It also comes with a wiki page)
At the moment I'm using the page: http://otgw.tclcode.com/otmonitor.html and making educated guesses based on that.
For example:
EDIT:
Addtional question:
How do I upgrade the SSL version to something resembling actual security? Is it a problem with my installation or is it a problem with the code of otmonitor? Currently it uses SSLv3.0 which is outdated and vulnerable to POODLEs (CVE20143566). The main issue is that I want my otmonitor web server to be securely accessible from the internet, and modern browsers no longer accept broken SSL versions.
At the moment it is rather hard to configure for an application that one could reasonably expect to be run on a headless server (it even has a --daemon flag so it was expected)
I could not find a way to configure the gateway trough the web interface, and using X11 forwarding is a major pain as it is excruciatingly slow.
I hope there's a good description of the various configuration option somewhere.
Also, what format is the config file using? What can I use to comment certain lines when I don't want to remove them entirely?
Personally I think that a Github/Bitbucket repository for the otmonitor source code would be a good idea as it makes access to, and modification of, the source easier to do and to coordinate. (It also comes with a wiki page)
At the moment I'm using the page: http://otgw.tclcode.com/otmonitor.html and making educated guesses based on that.
For example:
I am guessing this means that setting the clock { auto=true } does the same as enabling this option in the GUI, but I would need several test cycles to accept or reject that hypothesis.The "Automatically update the gateway clock" option will make otmonitor take care of that. It will also update the date value every day at midnight.
EDIT:
Addtional question:
How do I upgrade the SSL version to something resembling actual security? Is it a problem with my installation or is it a problem with the code of otmonitor? Currently it uses SSLv3.0 which is outdated and vulnerable to POODLEs (CVE20143566). The main issue is that I want my otmonitor web server to be securely accessible from the internet, and modern browsers no longer accept broken SSL versions.