iopsystems / rezolus

Systems performance telemetry
Other
48 stars 8 forks source link

fix: listen on configured port #264

Closed brayniac closed 2 months ago

brayniac commented 2 months ago

The http exposition code wasn't using the configured listen address and instead was hardcoded to the default port.

Fixes the initialization of the http server.