Difference between revisions of "Monitoring Solution"

Jump to navigation Jump to search
no edit summary
Line 132: Line 132:
</code>
</code>
Configure the net part as needed, example with port 27017 and allowing any external IP address :
Configure the net part as needed, example with port 27017 and allowing any external IP address :
<code blabla>
<code>
# network interfaces
  # network interfaces
{net:
  net:
  port: 27017
    port: 27017
  bindIpAll: true
    bindIpAll: true
  #  bindIp: 127.0.0.1"}
    #  bindIp: 127.0.0.1"
</code>
</code>


Navigation menu