I’ve a python script # -*- coding: utf-8 -*-# Description: spigotmc netdata python.d module# Auth - Pastebin.com but i dont know how I can add it into netdata that it loads. I tried adding it into /etc/netdata/python.d.plugin and added into the python.d.conf mcserver: yes but the plugin doesnt load after restart. Did I put it into the correct location and enabled it correctly?
And how can I disable for example the tc.helper?
I guess it is python.d module. You need to put your script to the python.d/ dir - /usr/libexec/netdata/python.d/. There you can find all other modules (i installed Netdata to the /opt, so my path is /opt/netdata/usr/libexec/netdata/python.d/):
Hi
I dropped my mcserver.chart.py in /usr/libexec/netdata/python.d.
In my netdata conf I have
[plugins]
proc = yes
python.d = yes
And in my python.d.conf I have added to the bottom and restarted netdata. But my graph isnt showing up.
mcserver: yes
And my second question was how to disable single modules like tc.helper
@OdysLam this could be a cool community minecraft collector for the new community repos if @crafter2345 was happy to share it - looks like a nice example of fun/interesting stuff from the community.
For me it woudn’t be a problem. Feel free to use. But there is no config & direct fetch from the minecraft server, for me it is good like it is but probably for others.