From 893b93379fffd91c18a21315dc0b5c5d7285494c Mon Sep 17 00:00:00 2001 From: nico Date: Thu, 27 Aug 2020 18:10:23 +0200 Subject: Initial working release TeamSpeak InfluxDB exporter base of ejabberd-tools framework + implement TeamSpeak REST api call to gather statistics + implement metrics logic to omit unnecessary data points + add systemd service file + implement pre-commit framework --- teamspeak-influx.yaml.template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 teamspeak-influx.yaml.template (limited to 'teamspeak-influx.yaml.template') diff --git a/teamspeak-influx.yaml.template b/teamspeak-influx.yaml.template new file mode 100644 index 0000000..a446bd2 --- /dev/null +++ b/teamspeak-influx.yaml.template @@ -0,0 +1,13 @@ +# endpoint url +url: "https://127.0.0.1:10443" + +# virtual server ids +ids: [1,2,3] + +# authentication +apikey: "loreipsumloreipsumloreipsum" + +# influx db configuration +influxdb_host: "localhost" +influxdb_port: 8086 +influxdb_db: "example" -- cgit v1.2.3-18-g5258