mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 10:43:49 +00:00
Update ha_monitor.lua
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
servers = {}
|
||||
servers[#servers + 1] = {
|
||||
method = 'curl';
|
||||
username = "aaa";
|
||||
password = "***";
|
||||
username = "freeswitch";
|
||||
password = "freeswitch";
|
||||
hostname = "127.0.0.1";
|
||||
port = "8080";
|
||||
port = "8787";
|
||||
}
|
||||
servers[#servers + 1] = {
|
||||
method = 'ssh';
|
||||
username = "aaa";
|
||||
password = "***";
|
||||
hostname = "127.0.0.2";
|
||||
port = "8080";
|
||||
port = "22";
|
||||
}
|
||||
]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user