我已成功安装插件,以便在New Relic上显示Varnish状态,遵循此指南:
https://github.com/varnish/newrelic_varnish_plugin
问题是,当我将它安装到我的第二个Web服务器(使用相同的API密钥)时,New Relic中没有任何新内容显示,但是varnish [default]实例。
在这种情况下有谁知道如何设置第二个实例?
非常感谢。
协
答案 0 :(得分:1)
根据此评论解决了这个问题:https://github.com/varnish/newrelic_varnish_plugin/issues/13#issuecomment-26779670。
基本上我们需要将以下行中的"default"
字符串更改为唯一的字符:
agent_human_labels("Varnish") { "#{@name||"varnish"}[#{@vname||"default"}]"}
希望尽快修补以允许使用除vname之外的其他变量。
答案 1 :(得分:0)