Home Directory Plugins Games check_spigot_minecraft.py

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_spigot_minecraft.py

Rating
0 votes
Favoured:
0
Current Version
1.0.2
Last Release Date
2021-07-03
Compatible With
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
3792
Files:
FileDescription
check_spigot_minecraft.pycheck_spigot_minecraft.py
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
A plugin for checking Spigot based Minecraft servers via RCON.
This plugin will check:
The number of users connected to a server
The amount of memory used (based on what you provide to Minecraft, not the server memory total)
Ticks Per Second (TPS).

This plugin will return perf data for all metrics mentioned. For TPS specifically, it will return 1 minute, 5 minute, and 15 minute values in perf data. However, the warning and critical thresholds will only be compared against the 15 minute value. This is easily changed in the code. Plans are in the works to make it a configurable option.

The plugin does not handle the RCON connection, however. It does rely on a separate tool for that piece. The plugin was designed with mcrcon.
https://github.com/Tiiffi/mcrcon