Home
DevCentral
Search
Configure Global Search
Log In
Transactions
T2047
Change Details
Change Details
Old
New
Diff
There is no real use case to expose statistics to the world, we can listen to Drake IP: ```name=Hervil $ sockstat | grep 9900 dovecot stats 28343 10 tcp4 *:9900 *:* dovecot stats 28343 11 tcp6 *:9900 *:* dovecot stats 28343 16 tcp4 172.27.27.3:9900 172.27.27.35:19362 root dovecot 28166 18 tcp4 *:9900 *:* root dovecot 28166 19 tcp6 *:9900 *:* ``` The established connection is the Prometheus one.
There is no real use case to expose statistics to the world, we can listen to Drake IP: ```name=Hervil $ sockstat | grep 9900 dovecot stats 28343 10 tcp4 *:9900 *:* dovecot stats 28343 11 tcp6 *:9900 *:* dovecot stats 28343 16 tcp4 172.27.27.3:9900 172.27.27.35:19362 root dovecot 28166 18 tcp4 *:9900 *:* root dovecot 28166 19 tcp6 *:9900 *:* ``` The established connection is the Prometheus one.
Continue