Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sensu-dashboard doesn't seem to work #10

Open
mrjcleaver opened this issue Feb 8, 2013 · 3 comments
Open

sensu-dashboard doesn't seem to work #10

mrjcleaver opened this issue Feb 8, 2013 · 3 comments

Comments

@mrjcleaver
Copy link

In https://github.com/monigusto/vagrant-monigusto/blob/master/README.md there is a list of URLs... I'm new to many of these apps so the first thing I tried was those URL in a web browser to see that they worked. Most do something, so I figure its just a matter of configuring them for my data, but some (mainly sensu) seem just broken.

Anyway, I thought I'd report to enable you to patch documentation to set expectations of how to test :)

Doesn't work

sensu-dashboard: http://localhost:8090 ; According to:

[email protected]:/tmp 17:34:58 550$ wget http://localhost:8090
--2013-02-08 17:35:11-- http://localhost:8090/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8090... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8090... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Not sure what constitutes "works"

sensu-amqp: http://localhost:8089

[email protected]:/tmp 17:34:10 549$ wget http://localhost:8089
--2013-02-08 17:34:55-- http://localhost:8089/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8089... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8089... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

sensu-api: http://localhost:8091

[email protected]:/tmp 17:35:13 551$ wget http://localhost:8091
--2013-02-08 17:35:23-- http://localhost:8091/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8091... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8091... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

statsd: http://localhost:8086

  • connected, then hung indefinitely, but that might be okay

[email protected]:/tmp 17:35:26 552$ wget http://localhost:8086
--2013-02-08 17:47:08-- http://localhost:8086/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8086... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8086... connected.
HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
Length: unspecified
Saving to: ‘index.html.2’

[    <=>                                                                                                                                                                              ] 6           --.-K/s              ^C

jmx: http://localhost:8087

[email protected]:/tmp 17:30:23 546$ wget http://localhost:8087
--2013-02-08 17:30:27-- http://localhost:8087/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8087... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8087... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Does work:

nagios: http://localhost:8080

-- accessible once followed instruction to set password
-- it's an old version though

graphite: http://localhost:8081

  • yes

collectd: http://localhost:8082

  • yes

kibana: http://localhost:8083

  • yes

tasseo: http://localhost:8084

  • yes

tasseo: http://localhost:8085 (nginx)

  • yes

elasticsearch: http://localhost:8088

  • yes, returned json
@jedi4ever
Copy link
Member

thanks for the feedback - I think many of these issues might come from
me testing from a custom build basebox vs using the downloaded box.

on a side note: sensu-amqp , statsd, jmx are binary protocols so won't
work with http - but they should have a listener.

Will test more on monday - thank for the feedback!

On 08/02/13 23:51, Martin Cleaver wrote:

In
https://github.com/monigusto/vagrant-monigusto/blob/master/README.md
there is a list of URLs... I'm new to many of these apps so the first
thing I tried was those URL in a web browser to see that they worked.
Most do something, so I figure its just a matter of configuring them
for my data, but some (mainly sensu) seem just broken.

Anyway, I thought I'd report to enable you to patch documentation to
set expectations of how to test :)

Doesn't work

sensu-dashboard: http://localhost:8090 ; According to:

[email protected]
mailto:[email protected]:/tmp 17:34:58 550$ wget
http://localhost:8090
--2013-02-08 17:35:11-- http://localhost:8090/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8090... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8090... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Not sure what constitutes "works"

sensu-amqp: http://localhost:8089

[email protected]
mailto:[email protected]:/tmp 17:34:10 549$ wget
http://localhost:8089
--2013-02-08 17:34:55-- http://localhost:8089/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8089... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8089... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

sensu-api: http://localhost:8091

[email protected]
mailto:[email protected]:/tmp 17:35:13 551$ wget
http://localhost:8091
--2013-02-08 17:35:23-- http://localhost:8091/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8091... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8091... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

statsd: http://localhost:8086
  • connected, then hung indefinitely, but that might be okay

[email protected]
mailto:[email protected]:/tmp 17:35:26 552$ wget
http://localhost:8086
--2013-02-08 17:47:08-- http://localhost:8086/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8086... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8086... connected.
HTTP request sent, awaiting response... 200 No headers, assuming HTTP/0.9
Length: unspecified
Saving to: ‘index.html.2’

|[ <=> ] 6 --.-K/s ^C
|

jmx: http://localhost:8087

[email protected]
mailto:[email protected]:/tmp 17:30:23 546$ wget
http://localhost:8087
--2013-02-08 17:30:27-- http://localhost:8087/
Resolving localhost... ::1, 127.0.0.1, fe80::1
Connecting to localhost|::1|:8087... failed: Connection refused.
Connecting to localhost|127.0.0.1|:8087... connected.
HTTP request sent, awaiting response... No data received.
Retrying.

Does work:

nagios: http://localhost:8080

-- accessible once followed instruction to set password
-- it's an old version though

graphite: http://localhost:8081


Reply to this email directly or view it on GitHub
#10..

@jedi4ever
Copy link
Member

I can confirm that sensu doesn't get activated - it seems part of my commits got lots for activating the sensu in the monigusto chef cookbook.

@ojilles
Copy link

ojilles commented May 2, 2013

Confirmed that sensu is not working, having done a complete fresh install with the linked to basebox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants