mxinden / modbus_exporter

Exporter which retrieves stats from a modbus system and exports them via HTTP for Prometheus consumption.
GNU General Public License v3.0
1 stars 0 forks source link

modbus_exporter: Move metrics port to :9602 #20

Closed mxinden closed 5 years ago

mxinden commented 5 years ago

The previous port 9010 is not within the Prometheus exporter port range (see [1]). Adding the modbus exporter to the list, the allocated port is 9602.

//CC @richih @bastischubert

[1] https://github.com/prometheus/prometheus/wiki/Default-port-allocations