canonical / hardware-observer-operator

A charm to setup prometheus exporter for IPMI, RedFish and RAID devices from different vendors.
Apache License 2.0
7 stars 14 forks source link

Deprecate the usage of `/etc/hardware-exporter-config.yaml` #230

Open chanchiwai-ray opened 2 months ago

chanchiwai-ray commented 2 months ago

The prometheus-hardware-exporter accept command line flags instead of config file. We should directly render the config file as the command line flag in the hardware-exporter.service.j2. This will reduce our effort to maintain two config files.