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
3426
Files:
FileDescription
check_spigot_minecraft.pycheck_spigot_minecraft.py
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
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