comparison mod_munin/README.markdown @ 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 13f8ad3293c4
children f1a63271dcfc
comparison
equal deleted inserted replaced
2166:13f8ad3293c4 2167:24dcf496df6b
25 } 25 }
26 26
27 munin_node_name = "xmpp.example.com" 27 munin_node_name = "xmpp.example.com"
28 ``` 28 ```
29 29
30 You will also want to enable statistics collection by setting:
31
32 ```lua
33 statistics_interval = 300 -- every 5 minutes, same as munin
34 ```
30 35
31 ## Summary 36 ## Summary
32 37
33 All these must be in [the global section][doc:configure#overview]. 38 All these must be in [the global section][doc:configure#overview].
34 39