文件名称:haproxy:HAProxy管理和编排
文件大小:38KB
文件格式:ZIP
更新时间:2024-05-13 11:15:38
JavaScript
Here be deamons, this module is still under heavy development not all parsers are hooked up on the API's yet. Feel free to contribute and build the best HAProxy orchestration module out there. hapoxy HAProxy是一个了不起的代理,它支持许多不同的算法来实现负载平衡,它可以处理HTTP,TCP,WebSocket连接,执行SSL终止等等。 但是管理这些代理可能会有些痛苦。 那就是haproxy ,它提供对HAProxy的统计套接字的访问,该套接字允许您启用,禁用服务器和前端,读出统计信息等等。 除此之外,它还可以热重载配置更改并启动,停止HAProxy,即使它作为守护程序运行也是如此。 安
【文件预览】:
haproxy-master
----.gitignore(324B)
----package.json(1KB)
----.travis.yml(797B)
----LICENSE(1KB)
----index.js(15KB)
----README.md(10KB)
----lib()
--------configuration.js(10KB)
--------parser.js(2KB)
--------composer.js(2KB)
--------orchestrator.js(8KB)
--------config.json(4KB)
----test()
--------configuration.test.js(8KB)
--------config.sync.js(2KB)
--------orchestrator.test.js(12KB)
--------hamock.js(2KB)
--------fixtures()
--------haproxy.test.js(12KB)