netscaler / netscaler-adc-metrics-exporter

Export metrics from Citrix ADC (NetScaler) to Prometheus
89 stars 33 forks source link

yaml loader deprecation warning #23

Closed rockaut closed 4 years ago

rockaut commented 4 years ago

Describe the bug

exporter.py:22: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  config = yaml.load(stream)

Additional context Python 3.6 on RHEL7.7