Is it possible to change the IP listener on the Schedulers port to open it up to external machine comminucation. At the moment it is set to loop back IP 127.0.0.1: PORTNUMBER, and I would like to change it to either 0.0.0.0:Portnumber to allow any interface, or the machines external IP address.
Closest thing I've found so far is a Bind command, but it relates to the Admin connection, not the port that is used on the listener in the Schedulers XML conf file.
The Scheduler uses that port - typically 24679 - purely to "lock" the scheduler instance and prevent multiple instances processing the same configuration and causing conflicts. It also serves up via HTTP an information page at http://localhost:24679 but there is nothing in this page that you would want to share externally.
Hello, From version 2.9 b514 you can check Omniscope Server is running by querying any local address (the server will be listening on 0.0.0.0:24679 as default), so you can monitor its status from other PCs.
The Server replies with some info about the services status.
We are also working on the Admin Web Server, a web app that shows up the status, health page, logs and configuration of Omniscope Server.