-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Hello Everyone,
I am using a number of Jenkins Slaves to connect to the master as below
nohup java -jar /opt/swarm-client-3.3.jar -master http://<Jenkins_URL>:8080 -username <username> -password <password> -fsroot /var/jenkins_home &
This works fine but I am looking to monitor the slaves on some port (TCP or UDP) so that I can use AWS ELB with Autoscaling.
Is there a way out to open some port on the slave which can be monitored?
Regards,
Vikas