lib/splash/config/sanitycheck.rb in prometheus-splash-0.6.0 vs lib/splash/config/sanitycheck.rb in prometheus-splash-0.6.1

- old
+ new

@@ -48,10 +48,10 @@ full_res =+ 1 log.flat " pbm => #{res.map {|p| p.to_s}.join(',')}" end target = "Prometheus PushGateway Service running" - if verify_service host: config.prometheus_pushgateway_host ,port: config.prometheus_pushgateway_port then + if verify_service url: config.prometheus_pushgateway_url then log.ok target else log.ko target full_res =+ 1 end