Files
plugins/README.md
Christian Decker 080b2bcaf8 readme: Added Rusty's summary plugin to the README
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2019-03-26 12:44:47 +01:00

18 lines
993 B
Markdown

# Plugins for c-lightning
Community curated plugins for c-lightning.
## Available plugins
| Name | Short description |
|-----------------------------------|--------------------------------------------------------------|
| [persistent-channels][pers-chans] | Maintains a number of channels to peers |
| [probe][probe] | Regularly probes the network for stability |
| [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server |
| [summary][summary] | Print a nice summary of the node status |
[pers-chans]: https://github.com/lightningd/plugins/tree/master/persistent-channels
[probe]: https://github.com/lightningd/plugins/tree/master/probe
[prometheus]: https://github.com/lightningd/plugins/tree/master/prometheus
[summary]: https://github.com/lightningd/plugins/tree/master/summary