You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How it invokes the agents, Nimrod doesn't care.
For the case of Embedded Nimrod, it'll generate a script and invoke ssh to another node, bypassing the requirement of needing access to the host's keys.
kill <uuid> -- Attempt to kill a single agent.
Any nonzero return value is considered a failure.
The text was updated successfully, but these errors were encountered:
Rather simple concept, invoke a program that will start agents.
The program shall have two commands:
launch
takes a JSON dump of the following format from stdin:How it invokes the agents, Nimrod doesn't care.
For the case of Embedded Nimrod, it'll generate a script and invoke ssh to another node, bypassing the requirement of needing access to the host's keys.
kill <uuid>
-- Attempt to kill a single agent.Any nonzero return value is considered a failure.
The text was updated successfully, but these errors were encountered: