Uchiwa port missing on netstat

Hi,
I’ve installed the uchiwa on my sensu server, but when I check open ports on the netstat output i don’t see Uchiwa port is open…

this is my configuration file:
{

“sensu”: [

{

“name”: “sensu”,

“host”: “localhost”,

“port”: 4567,

“timeout”: 5

},

],

“uchiwa”: {

“host”: “0.0.0.0”,

“port”: 3001,

“interval”: 5

}

}

  • I am using amazon free tier version with ubuntu AMI.
  • The inbound roules on aws was configured to be allowd to "ALL TRAFFIC " for the tests of mine.

Thanks,

Eli

Can you verify uchiwa is running? If it isn't running it may explain
why the port doesn't show up in netstat.
Can you paste the output of the uchiwa log for inspection?

···

On Thu, May 19, 2016 at 1:37 AM, <eli.fish@appsflyer.com> wrote:

Hi,
I've installed the uchiwa on my sensu server, but when I check open ports on
the netstat output i don't see Uchiwa port is open..

this is my configuration file:
{
  "sensu": [
    {
      "name": "sensu",
      "host": "localhost",
      "port": 4567,
      "timeout": 5
    },
  ],
  "uchiwa": {
    "host": "0.0.0.0",
    "port": 3001,
    "interval": 5
  }
}

- I am using amazon free tier version with ubuntu AMI.
- The inbound roules on aws was configured to be allowd to "ALL TRAFFIC "
for the tests of mine.

Thanks,
Eli