mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
asterisk: another typo in config prevents graphs from showing up
This typo causes the following error during munin-update: asterisk_codecs.graphs_title Asterisk channels per codec' : Parse error in /var/lib/munin/datafile for asterisk_codecs.graphs_title: This error completely prevents munin-update from creating graphs for the asterisk plugin.
This commit is contained in:
parent
700b30e124
commit
38a921912b
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ END
|
|||
print <<END;
|
||||
|
||||
multigraph asterisk_codecs
|
||||
graphs_title Asterisk channels per codec
|
||||
graph_title Asterisk channels per codec
|
||||
graph_args --base 1000 -l 0
|
||||
graph_vlabel channels
|
||||
graph_category asterisk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue