aboutsummaryrefslogtreecommitdiffstats
path: root/config_example.json
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2019-12-28 22:37:07 +0100
committernico <nico@magicbroccoli.de>2019-12-28 22:37:07 +0100
commit7200131614a27a58a62eac4bd520fbc0c50fa32b (patch)
treea46d89f0c8e866288b7f1ab2b7f3de4bb9d3bf86 /config_example.json
parentee25eb6e2382c4c0699338bba851eba13ba03eaf (diff)
alignment changes
* update influx plugin use the rest interface * align influx.py to ejabberdrpc changes * replace format with f-strings * minor performance improvements
Diffstat (limited to 'config_example.json')
-rw-r--r--config_example.json2
1 files changed, 1 insertions, 1 deletions
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,