mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
[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
This commit is contained in:
parent
04def756bc
commit
9dcf5885e9
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ graph_title Asterisk voicemail messages
|
||||||
graph_args --base 1000 -l 0
|
graph_args --base 1000 -l 0
|
||||||
graph_vlabel messages
|
graph_vlabel messages
|
||||||
graph_category asterisk
|
graph_category asterisk
|
||||||
messages.label Total messages
|
total.label Total messages
|
||||||
END
|
END
|
||||||
|
|
||||||
print <<END;
|
print <<END;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue