ModdingDiablo2Resurrected
ModdingDiablo2Resurrected copied to clipboard
This repository contains some tools and guides on modding Diablo 2 Resurrected.
NSQ Exporter
NSQ exporter for prometheus.io, written in go.
Usage
docker run -d --name nsq_exporter -l nsqd:nsqd -p 9117:9117 lovoo/nsq_exporter:latest -nsq.addr=http://nsqd:4151 -collectors=nsqstats
Building
make
OR
go get -u github.com/lovoo/nsq_exporter
go install github.com/lovoo/nsq_exporter
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request