diff options
author | nico <nico@magicbroccoli.de> | 2020-03-06 11:58:01 +0100 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2020-03-06 12:46:48 +0100 |
commit | d82744488951d55d5e5a95b41136a5719d8c5534 (patch) | |
tree | f75e0c3bb45d4e172e1a4128fc34f3954e7ec46f /ejabberd-metrics.conf.default | |
parent | c8d88a537d3afdc10618e92ea63dc353a3250058 (diff) |
yaml config
+ implement yaml config file parsing
* update default config file
* update global config file from .conf to .yml ( debatable )
Signed-off-by: nico <nico@magicbroccoli.de>
Diffstat (limited to 'ejabberd-metrics.conf.default')
-rw-r--r-- | ejabberd-metrics.conf.default | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/ejabberd-metrics.conf.default b/ejabberd-metrics.conf.default deleted file mode 100644 index ad984aa..0000000 --- a/ejabberd-metrics.conf.default +++ /dev/null @@ -1,18 +0,0 @@ -{ - "url": "http://[::1]:5280/api", - "login": { - "user": "metric-user", - "server": "chat.sum7.eu", - "password": "password" - }, - "api": "rest", - - "--comment": "influxdb", - "influxdb_host": "localhost", - "influxdb_port": 8086, - "influxdb_db": "ejabberd", - - "--comment": "prometheus", - "prometheus_port": 8080, - "prometheus_refresh": 10 -} |