1

I have installed riemann dashboard, but can access to it only from localhost. All I have found is to advices to setting up apache/nginx to access to dashboard from the remote host.

I was looking on bind parameter, but don't know what to set here to get access to dashboard from remote hosts.

ceth
  • 44,198
  • 62
  • 180
  • 289

1 Answers1

1

set bind to 0.0.0.0:port-number

them check It with netctl -nlp and make sure it's not still binding to 127.0.0.1:port-numbrr-here

Arthur Ulfeldt
  • 90,827
  • 27
  • 201
  • 284