GithubHelp home page GithubHelp logo

zabbigot's Introduction

Zabbigot

Bukkit plugin for Zabbix monitoring.

Installation

  1. Download this plugin.
  2. drop in plugins directory.
  3. Start Server.
  4. config edit.
  5. reload.
  6. Please add monitoring items to the Zabbix server.

Zabbix keys

type is "Zabbix trapper"

Key Description Data type
minecraft.user Online users Numeric (unsigned)
minecraft.tps Server TPS Numeric (float)
minecraft.ping Ping count Numeric (unsigned)
minecraft.memory.free Free memory Numeric (unsigned)
minecraft.memory.used Used memory Numeric (unsigned)
minecraft.chunk.load Chunk load count Numeric (unsigned)
minecraft.chunk.unload Chunk unload count Numeric (unsigned)
minecraft.chunk.loaded Loaded chunk count Numeric (unsigned)
minecraft.chunk.generate Generated chunk count Numeric (unsigned)
minecraft.chunk.ratio Chunk load/unload ratio Numeric (float)
minecraft.inventory.move Inventory move count Numeric (unsigned)
minecraft.entity.count Entity count Numeric (unsigned)

Actually specify an identifier like "minecraft.tps[Minecraft]".
Identifiers can be changed from config.yml. (Default: Minecraft)

Please refer to "zabbigot_template.xml" for actual setting.

Tips: Other than zabbix

You can output the status to a file by changing the setting.
Please send the value written in the file to your system.

Command/Permission

Command Permission Description Default
/zabbigot show zabbigot.show Show system status. OP
/zabbigot send zabbigot.send Send status. OP
/zabbigot reload zabbigot.reload Reload the config. OP

Command output

"/zabbigot show" will output the following message.

======== Zabbigot (Player: {online player}/{max player}) ========
TPS: [####################] {tps} ({tps}%)
MEM: [###################_] {free}MB/{total}MB ({free}%)
Chunk: {loaded chunks}, Entity: {Entity count}

TPS may exceed 20, but this is normal behavior to get back the delay.

zabbigot's People

Contributors

himajyun avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.