FOG Nodes attempting to communicate with each other via HTTP/HTTPS
-
I’d like to seek some insights and inputs regarding
FOGTaskScheduler
/usr/bin/php -q /opt/fog/service/FOGTaskScheduler/FOGtaskScheduler
We’re trying to identify why our FOG server initiates a SYN_SENT / tries to communicate with other fog servers outside its network block.
Is this something normal?
How / Where should this be controlled? Is this needed or can be totally ignore/stopped.Attaching screenshot regarding what we see on the network activity.
-
@abc_deadk1d The master node tries to connect to the other nodes via HTTP and FTP to find out if the nodes are actually online. So yes this is normal behavior.
-
@sebastian-roth Thanks a lot.