# munin-bitcoin **Repository Path**: asura2/munin-bitcoin ## Basic Information - **Project Name**: munin-bitcoin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Munin plugins for Bitcoin Core ## Installation & Configuration 1. Copy the `bitcoind_*` scripts to `/etc/munin/plugins`. 1. If you're using SELinux, don't forget to `chcon` them properly. 1. Configure the plugins by creating a file named `/etc/munin/plugin-conf.d/bitcoind` with this content: ``` [bitcoind*] user bitcoin ``` This will tell Munin to run `bitcoin-cli` as the `bitcoin` user. Adapt it to your setup and avoid using `root`. 1. Restart the *munin-node* daemon with `systemctl restart munin-node` or `/etc/init.d/munin-node restart`. 1. Done. You should now start to see a new section *bitcoind* in your Munin pages with the corresponding graphs. ## License AGPLv3+