circonus 3.6.4 → 3.6.5
Sign up to get free protection for your applications and to get access to all the features.
- 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
|