All Projects → HimaJyun → Zabbigot

HimaJyun / Zabbigot

Licence: Apache-2.0 license
Bukkit plugin for Zabbix monitoring.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Zabbigot

DragonTravel
A plugin for the Minecraft-servermods "Bukkit" and "Spigot".
Stars: ✭ 17 (-5.56%)
Mutual labels:  spigot-plugin, bukkit-plugin
MinecraftNetwork
Minecraft server network backend
Stars: ✭ 35 (+94.44%)
Mutual labels:  spigot-plugin, bukkit-plugin
BetterGUI
Another GUI Plugin
Stars: ✭ 66 (+266.67%)
Mutual labels:  spigot-plugin, bukkit-plugin
MinecraftManhunt
Minecraft Bukkit plugin to run Manhunt minigames, with Discord music integration
Stars: ✭ 20 (+11.11%)
Mutual labels:  spigot-plugin, bukkit-plugin
UltiTools
This is a sum of some basic plugins of a Bukkit server or Spigot server. Including a few useful and creative functions.
Stars: ✭ 17 (-5.56%)
Mutual labels:  spigot-plugin, bukkit-plugin
Parkour
The ultimate Parkour plugin.
Stars: ✭ 59 (+227.78%)
Mutual labels:  spigot-plugin, bukkit-plugin
LocaleLib
Show translated names of items, entities & more in client's language
Stars: ✭ 34 (+88.89%)
Mutual labels:  spigot-plugin, bukkit-plugin
Chatty
Bukkit-compatible chat plugin with multiple chat-modes.
Stars: ✭ 30 (+66.67%)
Mutual labels:  spigot-plugin, bukkit-plugin
ChatItem
The official repository of the ChatItem Spigot/Bukkit plugin
Stars: ✭ 15 (-16.67%)
Mutual labels:  spigot-plugin, bukkit-plugin
SiegeWar
A war plugin for Towny.
Stars: ✭ 43 (+138.89%)
Mutual labels:  spigot-plugin, bukkit-plugin
MythicDrops
Action RPG drops for Spigot.
Stars: ✭ 28 (+55.56%)
Mutual labels:  spigot-plugin, bukkit-plugin
SquidGame
Minecraft Minigame inspired by the famous and trending Netflix series "Squid Game"
Stars: ✭ 36 (+100%)
Mutual labels:  spigot-plugin, bukkit-plugin
Osmium
Abstraction layer for Bukkit, Sponge and BungeeCord that allows for development on all platforms simultaneously.
Stars: ✭ 34 (+88.89%)
Mutual labels:  spigot-plugin, bukkit-plugin
NBTEditor
An in-game NBT editor for Bukkit.
Stars: ✭ 41 (+127.78%)
Mutual labels:  spigot-plugin, bukkit-plugin
EvenMoreFish
An advanced fishing plugin based on MoreFish, created 2 years after its last update.
Stars: ✭ 53 (+194.44%)
Mutual labels:  spigot-plugin, bukkit-plugin
Minecraft QQ
一个用于Minecraft服务器与QQ群互联的插件
Stars: ✭ 19 (+5.56%)
Mutual labels:  spigot-plugin, bukkit-plugin
MyPet
🐕 Extensive pet plugin for Bukkit/Spigot
Stars: ✭ 106 (+488.89%)
Mutual labels:  spigot-plugin, bukkit-plugin
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (+194.44%)
Mutual labels:  spigot-plugin, bukkit-plugin
TotalFreedomMod
A server modification for the TotalFreedom server
Stars: ✭ 41 (+127.78%)
Mutual labels:  spigot-plugin, bukkit-plugin
AntiCheatReloaded
The free anti-cheat since 2016
Stars: ✭ 94 (+422.22%)
Mutual labels:  spigot-plugin, bukkit-plugin

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].