HAProxy管理员
此工作正在进行中-尚未稳定
HAProxy管理器是用于编排HAProxy实例的节点模块。
实现的功能
从HAProxy读取
显示服务器状态
显示统计
使用SSH连接器的示例用法
请参阅:
const Path = require ( 'path' ) ;
const HaproxyManager = require ( 'haproxy-manager' ) ;
const pathSshKey = Path . join ( __dirname , '../test/docker/dummy-ssh-keys/test-user' ) ;
const validOptions = {
connection : {
// mscdex/ssh2 options
ssh : {
host : 'loca
评论0
最新资源