mirror of
https://github.com/netdata/netdata.git
synced 2025-04-15 01:58:34 +00:00
![]() <!-- Describe the change in summary section, including rationale and degin decisions. Include "Fixes #nnn" if you are fixing an existing issue. In "Component Name" section write which component is changed in this PR. This will help us review your PR quicker. If you have more information you want to add, write them in "Additional Information" section. This is usually used to help others understand your motivation behind this change. A step-by-step reproduction of the problem is helpful if there is no related issue. --> ##### Summary Fix [UnicodeDecodeError](https://github.com/netdata/netdata/pull/5507#issuecomment-471344661) ##### Component Name [`collectors/python.d.plugin/spigotmc`](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/spigotmc) ##### Additional Information |
||
---|---|---|
.. | ||
Makefile.inc | ||
README.md | ||
spigotmc.chart.py | ||
spigotmc.conf |
spigotmc
This module does some really basic monitoring for Spigot Minecraft servers.
It provides two charts, one tracking server-side ticks-per-second in 1, 5 and 15 minute averages, and one tracking the number of currently active users.
This is not compatible with Spigot plugins which change the format of
the data returned by the tps
or list
console commands.
configuration
host: localhost
port: 25575
password: pass
By default, a connection to port 25575 on the local system is attempted with an empty password.