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