circonus 3.6.4 → 3.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: