Perform a new deployment


Parameters marked with * are mandatory.
SSH options:
*Host:
*Port:
*Username:
*Password (will not be stored):
Dispatcher options:
*Port:
Pool size:
Node options:
Nickname:
Weight:
Pipe ID:
Neighbour:
Bind address:

<%= csrf_tag %>
<% if show_output || !ret.empty? %>

Output

Status: <%=ret[:status]%>
<%=ret[:output]%>
<% end %>
<% if !deployments.empty? %>

(Shutting down a Dispatcher will terminate all its running scans.) <% deployments.each do |dep| %> <% end %>
ID Host SSH Port Dispatcher port Username Password Running? Created at Action
<%=dep.id%> <%=dep.host%> <%=dep.port%> <%=dep.dispatcher_port%> <%=dep.user%> <%=dep.alive%> <%=dep.created_at.to_time%> <%= csrf_tag %> <% if !dep.alive%> Run
<%else%> Shutdown
<%end%> Uninstall & Delete
<% else %>

There are no deployments at the moment.

<% end %> <% if show_output%> <%end%>