Software / code / prosody-modules
Comparison
mod_munin/README.markdown @ 2166:13f8ad3293c4
mod_munin/README: Fix config file syntax (thanks mt)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 27 Apr 2016 10:09:56 +0200 |
| parent | 2010:891a5e925ae5 |
| child | 2167:24dcf496df6b |
comparison
equal
deleted
inserted
replaced
| 2165:e0b8b8a50013 | 2166:13f8ad3293c4 |
|---|---|
| 61 | 61 |
| 62 Simply add `munin_node_name` surrounded by brackets to `/etc/munin/munin.conf`: | 62 Simply add `munin_node_name` surrounded by brackets to `/etc/munin/munin.conf`: |
| 63 | 63 |
| 64 ``` ini | 64 ``` ini |
| 65 [xmpp.example.com] | 65 [xmpp.example.com] |
| 66 address = xmpp.example.com | 66 address xmpp.example.com |
| 67 port = 4949 | 67 port 4949 |
| 68 ``` | 68 ``` |
| 69 | 69 |
| 70 You can leave out `address` if it equal to the name in brackets, and | 70 You can leave out `address` if it equal to the name in brackets, and |
| 71 leave out the `port` if it is the default (`4949`). | 71 leave out the `port` if it is the default (`4949`). |
| 72 | 72 |