circonus 3.6.4 → 3.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/circonus-add-http-check +2 -1
  2. metadata +1 -1
@@ -143,7 +143,8 @@ def mib_add_graph!(title,options={})
143
143
  end
144
144
 
145
145
  puts "Adding graphs"
146
- graph = mib_add_graph!("#{@cu.options[:hostname]} http latency",{'style'=>'line','tags'=>@cu.options[:tags],'min_left_y'=>0})
146
+ title = ([@cu.options[:hostname],'http'] + @cu.options[:subcomponents]).join(' ')
147
+ graph = mib_add_graph!(title,{'style'=>'line','tags'=>@cu.options[:tags],'min_left_y'=>0})
147
148
 
148
149
  checkids.each do |cid|
149
150
  dpcid = cid.split('/').last.to_i
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: circonus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.4
4
+ version: 3.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: