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:
Christian Decker
2020-08-28 16:19:48 +02:00
parent 581a2fd568
commit 9f3ac44a77
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
)