Update ha_monitor.lua
This commit is contained in:
parent
42bec3b871
commit
0853792a18
|
|
@ -1,5 +1,5 @@
|
||||||
--! @todo move `servers` table to `local.lua` file
|
--! @todo move `servers` table to `local.lua` file
|
||||||
|
--[[
|
||||||
servers = {}
|
servers = {}
|
||||||
servers[#servers + 1] = {
|
servers[#servers + 1] = {
|
||||||
method = 'curl';
|
method = 'curl';
|
||||||
|
|
@ -15,6 +15,7 @@ servers[#servers + 1] = {
|
||||||
hostname = "127.0.0.2";
|
hostname = "127.0.0.2";
|
||||||
port = "8080";
|
port = "8080";
|
||||||
}
|
}
|
||||||
|
]]
|
||||||
|
|
||||||
require "resources.functions.config"
|
require "resources.functions.config"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue