Provides to put TPS and online to zabbix (only local minecraft servers)
- This is fork from https://github.com/garelp/zabbix-minecraft-server
- Zabbix server 5x or above
- Minecraft server with support Skript plugin
- I use this with Grafana 9 (optional)
- Edit path to Skript plugin in
minecraft.conf
- Put
minecraft.conf
to/etc/zabbix/zabbix_agentd.d/
and runsystemctl restart zabbix-agent
- Then put
zabbix.sk
inplugins/Skript/scripts
(if you don't have this folder - install plugin for your minecraft server version) sk reload zabbix
in minecraft console- Go to your Zabbix and import Template, then attach this to your host
- You're done!
- Error in zabbix
tail permission denied
, in this case the best solution - add userzabbix
to needed group, ex. -usermod -aG minecraft zabbix
(whereminecraft
- group of user, where exist minecraft server,zabbix
- user of zabbix-agent)