summaryrefslogtreecommitdiffstats
path: root/teamspeak-influx.yaml.template
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2020-08-27 18:10:23 +0200
committernico <nico@magicbroccoli.de>2020-08-27 18:10:23 +0200
commit893b93379fffd91c18a21315dc0b5c5d7285494c (patch)
treef17f35d763fa069ea6cec46ed199eb8e4a2fe6aa /teamspeak-influx.yaml.template
Initial working releaseHEADmaster
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
Diffstat (limited to 'teamspeak-influx.yaml.template')
-rw-r--r--teamspeak-influx.yaml.template13
1 files changed, 13 insertions, 0 deletions
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"