/status: add more information to /status page.
Add the following: * Container name, machine name, worker id. * Container uptime, puma uptime, worker uptime. * Number of requests processed by current worker. * ExifTool version. Also change /status page to show information in tables instead of lists.
This commit is contained in:
6
app/logical/danbooru/helpers.rb
Normal file
6
app/logical/danbooru/helpers.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
module Danbooru
|
||||
module Helpers
|
||||
module_function
|
||||
extend ActionView::Helpers::DateHelper
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user