Software /
code /
prosody-modules
Changeset
2167:24dcf496df6b
mod_munin/README: Mention how to enable statsmanager (pending docs for this)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 27 Apr 2016 21:48:13 +0200 |
parents | 2166:13f8ad3293c4 |
children | 2168:28d99ffa3c06 |
files | mod_munin/README.markdown |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_munin/README.markdown Wed Apr 27 10:09:56 2016 +0200 +++ b/mod_munin/README.markdown Wed Apr 27 21:48:13 2016 +0200 @@ -27,6 +27,11 @@ munin_node_name = "xmpp.example.com" ``` +You will also want to enable statistics collection by setting: + +```lua +statistics_interval = 300 -- every 5 minutes, same as munin +``` ## Summary