From 9dcf5885e9c5fc3a714c884e044ff4a00f078e43 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 6 Nov 2016 13:56:45 +0100 Subject: [PATCH] [asterisk] fix inconsistent fieldname for voicemail messages (Closes: #700) lelutin proposed the change of the fieldname "messages" in the config section to "total" (as used in the "fetch" output) see https://github.com/munin-monitoring/contrib/issues/700 --- plugins/asterisk/asterisk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/asterisk/asterisk b/plugins/asterisk/asterisk index 75a203ed..19443cec 100755 --- a/plugins/asterisk/asterisk +++ b/plugins/asterisk/asterisk @@ -174,7 +174,7 @@ graph_title Asterisk voicemail messages graph_args --base 1000 -l 0 graph_vlabel messages graph_category asterisk -messages.label Total messages +total.label Total messages END print <