Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Setup: restart starman #500

Closed
GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments
Closed

Setup: restart starman #500

GoogleCodeExporter opened this issue Mar 24, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

Setup: restart starman

Original issue reported on code.google.com by [email protected] on 7 Mar 2014 at 12:04

@GoogleCodeExporter
Copy link
Author

From Karolis:

After adding sensor to server starman service restart on sensor is needed 
otherwise ELSA server does not sees the node.

The error from /nsm/elsa/data/elsa/log/web.log on server:

Header: $VAR1 = {
          'URL' => 'http://127.0.0.1:50001/API/info',
          'connection' => 'keep-alive',
          'Status' => '401',
          'HTTPVersion' => '1.1',
          'access-control-allow-origin' => '*',
          'transfer-encoding' => 'chunked',
          'date' => 'Tue, 04 Mar 2014 12:24:11 GMT',
          'content-length' => 12,
          'Reason' => 'Unauthorized',
          'content-type' => 'text/plain',
          'www-authenticate' => 'ApiKey'
        };
body: $VAR1 = 'unauthorized';


Restarting starman on the sensor solves the issue:
service starman stop
service starman start

Original comment by [email protected] on 7 Mar 2014 at 12:04

  • Added labels: ****
  • Removed labels: ****

@dougburks
Copy link
Contributor

@dougburks
Copy link
Contributor

@dougburks
Copy link
Contributor

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

No branches or pull requests

2 participants