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

unicorn: display name of application.

This commit is contained in:
Sebastian Gassner 2015-01-15 13:23:45 +01:00
parent 3d7046d519
commit 5be2452250
2 changed files with 2 additions and 2 deletions

View file

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

View file

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