From 7200131614a27a58a62eac4bd520fbc0c50fa32b Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 28 Dec 2019 22:37:07 +0100 Subject: alignment changes * update influx plugin use the rest interface * align influx.py to ejabberdrpc changes * replace format with f-strings * minor performance improvements --- config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_example.json') diff --git a/config_example.json b/config_example.json index 9f9e3d0..ad984aa 100644 --- a/config_example.json +++ b/config_example.json @@ -10,7 +10,7 @@ "--comment": "influxdb", "influxdb_host": "localhost", "influxdb_port": 8086, - "database": "ejabberd", + "influxdb_db": "ejabberd", "--comment": "prometheus", "prometheus_port": 8080, -- cgit v1.2.3-54-g00ecf