|
|
@ -1,12 +1,7 @@
|
|
|
|
{
|
|
|
|
{
|
|
|
|
"name": "lub/ts3_exporter",
|
|
|
|
"name": "lub/teamspeak3_exporter",
|
|
|
|
|
|
|
|
"description": "Exports various metrics of a TeamSpeak3 server in a Prometheus compatible format",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
"name": "lub",
|
|
|
|
|
|
|
|
"email": "git@lubiland.de"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
"require": {
|
|
|
|
"require": {
|
|
|
|
"endclothing/prometheus_client_php": "^1.0",
|
|
|
|
"endclothing/prometheus_client_php": "^1.0",
|
|
|
|
"planetteamspeak/ts3-php-framework": "^1.1"
|
|
|
|
"planetteamspeak/ts3-php-framework": "^1.1"
|
|
|
|