enable live dashboard os monitoring
This commit is contained in:
2
mix.exs
2
mix.exs
@ -21,7 +21,7 @@ defmodule Lokal.MixProject do
|
|||||||
def application do
|
def application do
|
||||||
[
|
[
|
||||||
mod: {Lokal.Application, []},
|
mod: {Lokal.Application, []},
|
||||||
extra_applications: [:logger, :runtime_tools]
|
extra_applications: [:logger, :runtime_tools, :os_mon]
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user