Comparison

misc/munin/prosody_.lua @ 3611:235d986ac20f

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.
author Kim Alvefur <zash@zash.se>
date Tue, 28 May 2019 21:32:50 +0200
parent 2355:513332854531
comparison
equal deleted inserted replaced
3610:78885053cd80 3611:235d986ac20f
28 _key = "total_s2sout"; 28 _key = "total_s2sout";
29 }; 29 };
30 incoming_connections = { 30 incoming_connections = {
31 label = "incoming connections"; 31 label = "incoming connections";
32 _key = "total_s2sin"; 32 _key = "total_s2sin";
33 } 33 };
34 total_connections = {
35 label = "total connections";
36 _key = "total_s2s";
37 };
34 } 38 }
35 39
36 stats.mem = { 40 stats.mem = {
37 graph_title = "Prosody Memory Usage"; 41 graph_title = "Prosody Memory Usage";
38 graph_vlabel = "Bytes"; 42 graph_vlabel = "Bytes";