0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-15 01:58:34 +00:00
netdata_netdata/collectors/python.d.plugin/spigotmc
Ilya Mashchenko 992a5afb71
spigotmc fix UnicodeDecodeError ()
<!--
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
2019-03-11 00:26:36 +03:00
..
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md Ga () 2018-12-07 11:30:04 +01:00
spigotmc.chart.py spigotmc fix UnicodeDecodeError () 2019-03-11 00:26:36 +03:00
spigotmc.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00

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.


analytics