Update ha_monitor.lua
This commit is contained in:
parent
0853792a18
commit
eb1279b28e
|
|
@ -3,17 +3,17 @@
|
||||||
servers = {}
|
servers = {}
|
||||||
servers[#servers + 1] = {
|
servers[#servers + 1] = {
|
||||||
method = 'curl';
|
method = 'curl';
|
||||||
username = "aaa";
|
username = "freeswitch";
|
||||||
password = "***";
|
password = "freeswitch";
|
||||||
hostname = "127.0.0.1";
|
hostname = "127.0.0.1";
|
||||||
port = "8080";
|
port = "8787";
|
||||||
}
|
}
|
||||||
servers[#servers + 1] = {
|
servers[#servers + 1] = {
|
||||||
method = 'ssh';
|
method = 'ssh';
|
||||||
username = "aaa";
|
username = "aaa";
|
||||||
password = "***";
|
password = "***";
|
||||||
hostname = "127.0.0.2";
|
hostname = "127.0.0.2";
|
||||||
port = "8080";
|
port = "22";
|
||||||
}
|
}
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue