mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51: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;
|
print <<END;
|
||||||
|
|
||||||
multigraph asterisk_codecs
|
multigraph asterisk_codecs
|
||||||
graphs_title Asterisk channels per codec
|
graph_title Asterisk channels per codec
|
||||||
graph_args --base 1000 -l 0
|
graph_args --base 1000 -l 0
|
||||||
graph_vlabel channels
|
graph_vlabel channels
|
||||||
graph_category asterisk
|
graph_category asterisk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue