From 95329a1cc362f462c44f2e2f44380657af9f8249 Mon Sep 17 00:00:00 2001 From: Martin Sebald Date: Wed, 4 Oct 2017 17:10:46 +0200 Subject: [PATCH] =?UTF-8?q?'prosody/loggrep=5Fprosodys2sfails/README.md'?= =?UTF-8?q?=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix for Prosody 0.10 usage --- prosody/loggrep_prosodys2sfails/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/prosody/loggrep_prosodys2sfails/README.md b/prosody/loggrep_prosodys2sfails/README.md index 68bfa2b..3024525 100644 --- a/prosody/loggrep_prosodys2sfails/README.md +++ b/prosody/loggrep_prosodys2sfails/README.md @@ -13,6 +13,8 @@ Create symlink: `ln -s /usr/share/munin/plugins/loggrep /etc/munin/plugins/loggrep_prosodys2sfails` Create a file */etc/munin/plugin-conf.d/loggrep_prosodys2sfails* (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: + +**Prosody 0.9:** ``` [loggrep_prosodys2sfails] user root @@ -24,6 +26,18 @@ env.logfile /var/log/prosody/prosody.log env.title Prosody failed encrypted S2S communication ``` +**Prosody 0.10:** +``` +[loggrep_prosodys2sfails] +user root +env.regex_outencfailed Outgoing s2s stream .* closed: Encrypted server-to-server communication is required but was not offered +env.label_outencfailed outgoing S2S encryption failed +env.regex_inencfailed Incoming s2s stream .* closed: Encrypted server-to-server communication is required but was not used +env.label_inencfailed incoming S2S encryption failed +env.logfile /var/log/prosody/prosody.log +env.title Prosody failed encrypted S2S communication +``` + 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]