1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

plugins: make all of them use graph_vlabel instead of graph_vtitle.

This commit is contained in:
Diego Elio Pettenò 2012-08-23 08:56:01 -07:00
parent 55cb01870b
commit c814853976
5 changed files with 9 additions and 9 deletions

View file

@ -157,7 +157,7 @@ File.open(CACHE_FILE, 'w') { |f| f.write log_info.to_yaml } unless $debug_mode
if ARGV.first == 'config'
puts <<CONFIG
graph_title Ejabberd Log
graph_vtitle total
graph_vlabel total
graph_category ejabberd
graph_args -l 0
graph_order #{(LABELS.keys + log_info.keys.select { |k| k.is_a? String }.sort).join(' ')}