Skip to content

Commit

Permalink
[skip ci] remove references to mod_rest and folsom
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel Pikula committed Aug 7, 2015
1 parent 44ac2a2 commit 77552bc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
* [Reloading configuration on a running system](operation-and-maintenance/Reloading-configuration-on-a-running-system.md)
* For developers
* [Hooks and handlers](developers-guide/Hooks-and-handlers.md)
* [Folsom Metrics](developers-guide/REST-interface-to-metrics.md)
* [REST Interface to Metrics](developers-guide/REST-interface-to-metrics.md)
* [mod_amp developer's guide](developers-guide/mod_amp_developers_guide.md)

2 changes: 1 addition & 1 deletion doc/advanced-configuration/Listener-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Currently it is not possible to use different ports e.g. for BOSH and Websockets
* `modules` (list of tuples: `{Host, Path, Modules}`) - List of enabled HTTP-based modules. `"_"` equals any host.
* `mod_bosh` - BOSH connections handler. Default declaration: `{"_", "/http-bind", mod_bosh}`
* `mod_websockets` - Websocket connections, both [old](http://xmpp.org/extensions/xep-0206.html) and [new](http://datatracker.ietf.org/doc/draft-ietf-xmpp-websocket/?include_text=1) type. Default declaration: `{"_", "/ws-xmpp", mod_websockets}`
* `mod_metrics` - REST API for accessing internal MongooseIM metrics. Please refer to [REST interface to metrics](../developers-guide/REST-interface-to-metrics.md) for more information. Default declaration: `{"localhost", "/metrics", mod_metrics}`.
* `mongoose_api` - REST API for accessing internal MongooseIM metrics. Please refer to [REST interface to metrics](../developers-guide/REST-interface-to-metrics.md) for more information. Default declaration: `{"localhost", "/api", mongoose_api, [{handlers, [mongoose_api_metrics]}]}`.

## ejabberd_s2s_in

Expand Down
12 changes: 0 additions & 12 deletions doc/modules/mod_metrics.md

This file was deleted.

6 changes: 2 additions & 4 deletions doc/operation-and-maintenance/Logging-&-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@ To monitor MongooseIM during load testing we recommend the following open source
- Graphite (http://graphite.wikidot.com/) is used for data presentation
- collectd (http://collectd.org/) is a daemon running on monitored nodes capturing data related to CPU and Memory usage, IO etc.

### mod_metrics
### mod_api_metrics

It provides REST interface for Mongoose's metrics, so it can be easily integrated
with other services.

You can read more about it here:

https://github.com/esl/MongooseIM/wiki/REST-interface-to-folsom-metrics
You can read more about it here: [REST interface to metrics](/developers-guide/REST-interface-to-metrics)

### Wombat OAM

Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pages:
- 'mod_disco': 'modules/mod_disco.md'
- 'mod_last': 'modules/mod_last.md'
- 'mod_mam': 'modules/mod_mam.md'
- 'mod_metrics': 'modules/mod_metrics.md'
- 'mod_muc': 'modules/mod_muc.md'
- 'mod_muc_log': 'modules/mod_muc_log.md'
- 'mod_offline': 'modules/mod_offline.md'
Expand Down

0 comments on commit 77552bc

Please sign in to comment.