You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
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 issue reported on code.google.com by
[email protected]
on 7 Mar 2014 at 12:04The text was updated successfully, but these errors were encountered: