diverse Änderungen
This commit is contained in:
@@ -12,7 +12,7 @@ Create symlink:
|
||||
|
||||
`ln -s /usr/share/munin/plugins/loggrep /etc/munin/plugins/loggrep_prosodyrcerts`
|
||||
|
||||
Create a file */etc/munin/plugin-conf.d/loggrep_prosodyrcerts* and put the following into it:
|
||||
Create a file */etc/munin/plugin-conf.d/loggrep_prosodyrcerts* (we don't want change the standard file */etc/munin/plugin-conf.d/munin-node* as future updates might want to undo the changes) and put the following into it:
|
||||
```
|
||||
[loggrep_prosodyrcerts]
|
||||
user root
|
||||
@@ -26,6 +26,15 @@ env.logfile /var/log/prosody/prosody.log
|
||||
env.title Prosody remote certificates
|
||||
```
|
||||
|
||||
Edit */etc/munin/munin.conf* - in our case we have a Munin host named *tethys.hot-chilli.net*, please add it under the specifications for your own host:
|
||||
```
|
||||
[tethys.hot-chilli.net]
|
||||
address 127.0.0.1
|
||||
...
|
||||
loggrep_prosodyrcerts.graph_category prosody
|
||||
loggrep_prosodyrcerts.graph_period minute
|
||||
```
|
||||
|
||||
Now you need to restart munin-node:
|
||||
|
||||
`/etc/init.d/munin-node restart`
|
||||
|
||||
Reference in New Issue
Block a user