goodrobots / maverick

UAV Autonomous Systems Management
https://goodrobots.github.io/maverick/
MIT License
167 stars 60 forks source link

grafana deprecated http_conn_validator #1014

Closed fnoop closed 2 years ago

fnoop commented 2 years ago
Warning: The method 'Puppet::Network::HttpPool.http_instance' is deprecated. Use Puppet.runtime[:http] instead
   (file & line not available)

This is caused by the puppet-healthcheck module which uses the deprecated http_instance call in http_conn_validator, used as per: https://github.com/voxpupuli/puppet-grafana/issues/35

We should move entirely to provisioning and drop api usage anyhoo.

fnoop commented 2 years ago

Removed use of http_conn_validator altogether, and puppet-modules/healthcheck module.