Update ha_monitor.lua

This commit is contained in:
FusionPBX 2016-09-08 15:52:20 -06:00 committed by GitHub
parent 0853792a18
commit eb1279b28e
1 changed files with 4 additions and 4 deletions

View File

@ -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";
}
]]