/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:
evazion
2021-09-26 22:52:28 -05:00
parent 52bf4a3a6b
commit f8d52e6758
4 changed files with 95 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
module Danbooru
module Helpers
module_function
extend ActionView::Helpers::DateHelper
end
end