@hackage OnRmt1.0.0.0
Text UI library for performing parallel remote SSH operations
Categories
License
BSD-3-Clause
Maintainer
<quick@sparq.org>
Links
- Documentation
- No source repository
- Changelog
- Security
Versions
- 1.0.0.0 Mon, 30 Jan 2017
Installation
Dependencies (24)
- async
- base >=4.8 && <5.0
- brick >=0.13
- bytestring
- conduit
- conduit-extra Show all…
Dependents (0)
Package Flags
brick017
(on by default)
true for Brick version 0.17 or later
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.