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.
- data/bin/circonus-add-http-check +2 -1
- metadata +1 -1
data/bin/circonus-add-http-check
CHANGED
@@ -143,7 +143,8 @@ def mib_add_graph!(title,options={})
|
|
143
143
|
end
|
144
144
|
|
145
145
|
puts "Adding graphs"
|
146
|
-
|
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
|