Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infertux/munin-bitcoin
Munin plugins for Bitcoin Core
https://github.com/infertux/munin-bitcoin
bitcoin munin munin-plugins shell
Last synced: 16 days ago
JSON representation
Munin plugins for Bitcoin Core
- Host: GitHub
- URL: https://github.com/infertux/munin-bitcoin
- Owner: infertux
- Created: 2014-09-14T04:42:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T17:03:10.000Z (almost 8 years ago)
- Last Synced: 2024-04-16T03:30:12.132Z (7 months ago)
- Topics: bitcoin, munin, munin-plugins, shell
- Language: Shell
- Size: 4.88 KB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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+