mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
unicorn: display name of application.
This commit is contained in:
parent
3d7046d519
commit
5be2452250
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue