-
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
[JENKINS-43119] Want a way to monitor Swarm client via TCP or UDP
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] |
Summary | Original: Monitor Swam client on some port ? | New: Want a way to monitor Swarm client via TCP or UDP |
Issue Type | Original: Bug [ 1 ] | New: New Feature [ 2 ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Yeah exactly ... I launch AWS VMs which using this technology I then connect those VMs back to my jenkins instance. Is there a way in code (i.e. a Jenkinsfile) to see those connections ?