mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #571 from sepastian/feature_unicorn_show_name_of_application
unicorn: display name of application.
This commit is contained in:
commit
3c9b0b9360
@ -68,7 +68,7 @@ case ARGV[0]
|
||||
when "autoconf"
|
||||
puts "yes"
|
||||
when "config"
|
||||
puts "graph_title Unicorn - Memory usage"
|
||||
puts "graph_title Unicorn [#{File.basename(__FILE__).gsub(/^unicorn_memory_status_/, '')}] - Memory usage"
|
||||
puts "graph_args --base 1024 -l 0"
|
||||
puts "graph_vlabel bytes"
|
||||
puts "graph_category Unicorn"
|
||||
|
@ -66,7 +66,7 @@ case ARGV[0]
|
||||
when "autoconf"
|
||||
puts "yes"
|
||||
when "config"
|
||||
puts "graph_title Unicorn - Status"
|
||||
puts "graph_title Unicorn [#{File.basename(__FILE__).gsub(/^unicorn_status_/, '')}] - Status"
|
||||
puts "graph_args -l 0"
|
||||
puts "graph_vlabel number of workers"
|
||||
puts "graph_category Unicorn"
|
||||
|
Loading…
Reference in New Issue
Block a user