Skip to content

lduchosal/munin-clightning

Repository files navigation

Munin plugins for Bitcoin's c-lightning

Installation & Configuration

  1. Install jq as dependency

  2. Link the lightningd_* scripts to /etc/munin/plugins.

  3. If you're using SELinux, don't forget to chcon them properly.

  4. Configure the plugins by creating a file named /etc/munin/plugin-conf.d/bitcoind with this content:

    [lightningd_*]
    user bitcoin
    

    This will tell Munin to run lightning-cli as the bitcoin user. Adapt it to your setup and avoid using root.

  5. Restart the munin-node daemon with systemctl restart munin-node or /etc/init.d/munin-node restart.

  6. Done. You should now start to see a new section lightningd in your Munin pages with the corresponding graphs.

  7. After a while, images

Balance across various channels for a day Summary of channel status or performance over a day Informational metrics or logs for c-lightning for a day Logs specifically related to c-lightning over a day Acceptable fee rates per kilobyte for transactions for a day On-chain fee rates per kilobyte for a day Overall fee rates per kilobyte for a day Fee rates per kilowatt for a day Amount of forwards for a particular day Fees incurred from forwards for a day Status or distribution of funds across channels for a day Overall funds status or changes for a day Amount related to invoices for a day Summary or log of invoices for a day Amount related to payments for a day Summary or log of payments for a day Amount related to sent payments for a day Summary or log of sent payments for a day

License

AGPLv3+

About

Munin plugins for bitcoin c-lightning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages