1
0
Fork 0
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:
Gabriel Filion 2019-08-10 02:34:27 -04:00
parent 700b30e124
commit 38a921912b

View file

@ -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