# HG changeset patch # User Kim Alvefur # Date 1559071970 -7200 # Node ID 235d986ac20f4ba5dc93ee875c239e77cafea941 # Parent 78885053cd806bb21b5896c9e1e27e37c70f342b misc/munin/prosody_: Add a total_s2s counter to work with mod_statistics_statsman mod_s2s doesn't currently count s2sin and s2sout separately, so this is a compromise for now. diff -r 78885053cd80 -r 235d986ac20f misc/munin/prosody_.lua --- a/misc/munin/prosody_.lua Tue May 28 21:27:45 2019 +0200 +++ b/misc/munin/prosody_.lua Tue May 28 21:32:50 2019 +0200 @@ -30,7 +30,11 @@ incoming_connections = { label = "incoming connections"; _key = "total_s2sin"; - } + }; + total_connections = { + label = "total connections"; + _key = "total_s2s"; + }; } stats.mem = {