Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/you21979/munin-coind
https://github.com/you21979/munin-coind
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/you21979/munin-coind
- Owner: you21979
- Created: 2014-03-11T03:18:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-12T09:27:15.000Z (over 10 years ago)
- Last Synced: 2024-04-15T04:27:04.338Z (7 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
munin-coind
===========## install
### step1
```
git clone https://github.com/you21979/munin-coind.git
cd munin-coind
npm install
```### step2
```
cd config
cp litecoin.json.org litecoin.json
vi litecoin.json
```write your coin-deamon network address;
### step3
```
ln -s coininfo.js /etc/munin/plugins/litecoin
```done