2

我已成功安装插件以在 New Relic 上显示清漆状态,请遵循此处的指南:

https://github.com/varnish/newrelic_varnish_plugin

问题是,当我将它安装到我的第二个 Web 服务器(使用相同的 API 密钥)时,New Relic 中除了 varnish[default] 实例之外没有任何新内容出现。

有谁知道在这种情况下如何设置第二个实例?

非常感谢。

嘻嘻。

4

2 回答 2

1

这是根据此评论解决的:https ://github.com/varnish/newrelic_varnish_plugin/issues/13#issuecomment-26779670 。

基本上我们需要"default"将以下行中的字符串更改为唯一的:

agent_human_labels("Varnish") { "#{@name||"varnish"}[#{@vname||"default"}]"}

希望它很快会被修补以允许使用除 vname 之外的其他变量。

于 2013-10-29T08:58:40.667 回答
0

您是否更改了第二个实例的名称?

https://github.com/varnish/newrelic_varnish_plugin/blob/master/config/template_newrelic_plugin.yml#L36

于 2013-10-24T20:48:45.690 回答