mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-04 13:54:20 +01:00
prometheus: Change default port to 9750 as per port-allocation
We registered port 9750 the [port allocation] list for the prometheus project, so we should use that port :-) Suggested-by: Martin Milata <@mmilata> [port allocation]: https://github.com/prometheus/prometheus/wiki/Default-port-allocations
This commit is contained in:
@@ -213,7 +213,7 @@ def init(options, configuration, plugin):
|
||||
|
||||
plugin.add_option(
|
||||
'prometheus-listen',
|
||||
'0.0.0.0:9900',
|
||||
'0.0.0.0:9750',
|
||||
'Address and port to bind to'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user