OnRmt

Text UI library for performing parallel remote SSH operations

Latest on Hackage:1.0.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Kevin Quick
Maintained by <[email protected]>

This library provides the ability to coordinate the remote ssh execution of commands on target nodes and display the results in a console interface. The console interface can either be a cmdline (CLI) or a text interface (TUI), based on brick and vty; support is provided for extension to other UI components as well.

Almost all of the functionality is provided in the library itself; it just needs an executable that will invoke it with the set of remote nodes. See the GetRemotes.hs file for an example: remotes can be of any type that is an instance of WorkEntry with an associated WorkGroup grouping.

There is an onrmttest executable built that showcases the functionality using ssh operations to localhost, and a corresponding onrmttestline executable that provides a simple CLI.