aboutsummaryrefslogtreecommitdiffstats
path: root/ejabberd-metrics.yml.default
diff options
context:
space:
mode:
Diffstat (limited to 'ejabberd-metrics.yml.default')
-rw-r--r--ejabberd-metrics.yml.default26
1 files changed, 26 insertions, 0 deletions
diff --git a/ejabberd-metrics.yml.default b/ejabberd-metrics.yml.default
new file mode 100644
index 0000000..41487e0
--- /dev/null
+++ b/ejabberd-metrics.yml.default
@@ -0,0 +1,26 @@
+---
+# endpoint url
+url: "http://[::1]:5280/api"
+
+# user credentials to the endpoint url
+login:
+ user: "metric-user"
+ server: "chat.sum7.eu"
+ password: "password"
+
+# muc subdomain
+# default : "conference"
+muc_host: "chat"
+
+# api configuration
+# default : rpc
+api: "rest"
+
+# influx db configuration
+influxdb_host: "localhost"
+influxdb_port: 8086
+influxdb_db: "example"
+
+# prometheus configuration
+prometheus_port: 8080
+prometheus_refresh: 10