Go to file
xiconfjs 824591f6c0
Merge pull request #1 from tunnelpr0/patch-1
enhancement: add IPv6 support to check plugin
2021-11-12 20:01:37 +01:00
.gitignore Initial commit 2016-01-02 02:15:18 +01:00
LICENSE Initial commit 2016-01-02 02:15:18 +01:00
README.md Add readme incl. description of project 2016-01-02 03:19:36 +01:00
check_teamspeak3 bumped version to 0.2 2021-11-12 19:29:13 +01:00

README.md

check_teamspeak3

Nagios/Icinga(2) Check for Teamspeak™ 3 Server via "voice" port

This perl script is a check script for Nagios™ & Icinga(2) for probing the status of a Teamspeak™ 3 server via its "voice" port (default: 9987/udp).

The check is using a fixed packet sequence including the magic string TS3INIT to initialize a connection und waiting for a valid response. It is useful, if you don't have access to the "serverquery" port (default: 10011/tcp), which allows to do telnet queries, or you really want to know, if the Teamspeak™ 3 server is (really) reachable from external.

Warning: ANY USE OF THE SOFTWARE IS ENTIRELY AT YOUR OWN RISK (because it's using a hacky predefined data stream which is usually not the way to go)