Replies: 1 comment 5 replies
-
Hi Henry, Such a configuration is definitely possible. A few suggestions:
not like:
It would be helpful to see your configs if you could share, either here or offline. Thanks, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to setup a local OCS system for our lab and am running into some trouble getting our different nodes to communicate properly.
First, some details: we have two computers, one Linux one Windows. Both are connected to our university network, and to a local network switch. Both can send and receive pings to each other over the local network. Both have working instances of OCS and Docker installed.
Ideally, we would run all of OCS on a single Linux machine which would house the containers for Grafana, InfluxDB and Publisher, Crossbar.io, and various other agents. Unfortunately, the Bluefors software we use is only supported on Windows machines at the moment. We have setup OCS to run on the Windows machine, and configured the Bluefors agent (see simonsobs/socs/) to read the Bluefors logs.
Our question is, how can we connect the Bluefors agent on the Windows machine to the instance of OCS running on the Linux machine such that it can publish data from the Bluefors logs to the instance of Grafana hosted on the Linux machine? In my understanding of the OCS architecture, it is the crossbar server that is primarily responsible for communicating the feed messages from clients to Grafana. As such, is there a way to simply manipulate the setup of crossbar on the two nodes (Linux and Windows) such that the Bluefors agent in network mode "host" can publish to the same server? If so, what specifically in the SCF and the docker compose files of both nodes would need to be altered from a simple single node setup?
Please see the attached file for a basic diagram of our wanted setup and let me know if there is any more information you need from me to help diagnose and fix this issue.
Thanks,
Henry
Beta Was this translation helpful? Give feedback.
All reactions