# HG changeset patch # User Kim Alvefur # Date 1461786493 -7200 # Node ID 24dcf496df6be1aa793123db1e5d90b54af2486c # Parent 13f8ad3293c446dd1093f5ecc0de4430592aff84 mod_munin/README: Mention how to enable statsmanager (pending docs for this) diff -r 13f8ad3293c4 -r 24dcf496df6b mod_munin/README.markdown --- 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