Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natsuneko-laboratory/mackerel-plugin-minecraft
Minecraft custom metrics plugin for mackerel.io agent.
https://github.com/natsuneko-laboratory/mackerel-plugin-minecraft
Last synced: 2 months ago
JSON representation
Minecraft custom metrics plugin for mackerel.io agent.
- Host: GitHub
- URL: https://github.com/natsuneko-laboratory/mackerel-plugin-minecraft
- Owner: natsuneko-laboratory
- License: mit
- Created: 2024-08-03T14:22:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:19:31.000Z (5 months ago)
- Last Synced: 2024-09-08T14:25:10.178Z (4 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mackerel-plugin-minecraft
Minecraft custom metrics plugin for mackerel.io agent.
## Install
```bash
$ mkr plugin install natsuneko-laboratory/mackerel-plugin-minecraft
```## Setting
```toml
[plugin.metrics.minecraft]
command = "/path/to/mackerel-plugin-minecraft"
```## Example Metrics
```bash
$ mackerel-plugin-minecraft -server=localhost:25565
minecraft.max_players 20 1722694829
minecraft.online_players 2 1722694829
minecraft.latency 4 1722694829
```## License
MIT by [@6jz](https://twitter.com/6jz)