We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2f64b3 + a2814bc commit 206f27cCopy full SHA for 206f27c
lib/riemann/tools/nginx_status.rb
@@ -75,6 +75,8 @@ def tick
75
values = @re.match(response).to_a[1, 7].map(&:to_i)
76
77
@keys.zip(values).each do |key, value|
78
+ next unless opts[:checks].include?(key)
79
+
80
report({
81
service: "nginx #{key}",
82
metric: value,
0 commit comments