免责声明::我不确定这个问题是否在其他交换站点(也许是系统管理员?)更合适。
直接前进。如果默认启用stats
,如何在前端或后端禁用它? (stats disable
抛出未知参数错误)
defaults
stats enable
stats uri /stats
stats realm "Haproxy Statistics"
stats auth user:password
答案 0 :(得分:0)
关于stats scope
,来自手册...
指定此语句后,仅使用此语句枚举的部分 语句将出现在报告中。所有其他的都将被隐藏。这个 如果需要多个节,则该语句可能会根据需要出现多次 报告。请注意,名称检查是作为简单字符串执行的 比较,并且永远不会检查给定节的名称是否真的 存在。
Configuration Manual version 1.8.19
所以任何人都应该可以设置
stats scope frontend-name1
stats scope frontend-name2
stats scope backend-name1
如果您只想转至您的栏目并直接输入
,您仍然不走运。 stats disable