-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add nats and support forwarding messages from mqtt to local nats Signed-off-by: Mirko Teodorovic <[email protected]> * agent should work without nats Signed-off-by: Mirko Teodorovic <[email protected]> * add heartbeat and app registering to agent Signed-off-by: Mirko Teodorovic <[email protected]> * add logic for monitoring service status Signed-off-by: Mirko Teodorovic <[email protected]> * add view application status Signed-off-by: Mirko Teodorovic <[email protected]> * remove bin Signed-off-by: Mirko Teodorovic <[email protected]> * add ticker for counting inactivity Signed-off-by: Mirko Teodorovic <[email protected]> * add check for string length and minor fix Signed-off-by: Mirko Teodorovic <[email protected]> * add logger and string length check Signed-off-by: Mirko Teodorovic <[email protected]> * add logger and string length check Signed-off-by: Mirko Teodorovic <[email protected]> * dont use caps for consts Signed-off-by: Mirko Teodorovic <[email protected]> * update mod Signed-off-by: Mirko Teodorovic <[email protected]> * refactor, move register into agent Signed-off-by: Mirko Teodorovic <[email protected]> * refactor, move register into agent Signed-off-by: Mirko Teodorovic <[email protected]> * refactor, move register into agent Signed-off-by: Mirko Teodorovic <[email protected]> * refactor, move register into agent Signed-off-by: Mirko Teodorovic <[email protected]> * fix string index check Signed-off-by: Mirko Teodorovic <[email protected]> * fix error handling Signed-off-by: Mirko Teodorovic <[email protected]> * change visibility of error Signed-off-by: Mirko Teodorovic <[email protected]> * optimize topic parsing Signed-off-by: Mirko Teodorovic <[email protected]> * small fix Signed-off-by: Mirko Teodorovic <[email protected]> * chane logging messages Signed-off-by: Mirko Teodorovic <[email protected]> * inline and string index check correction Signed-off-by: Mirko Teodorovic <[email protected]> * applications -> services Signed-off-by: Mirko Teodorovic <[email protected]> * application ->services Signed-off-by: Mirko Teodorovic <[email protected]> * remove binary Signed-off-by: Mirko Teodorovic <[email protected]> * change method name Signed-off-by: Mirko Teodorovic <[email protected]> * change labels Signed-off-by: Mirko Teodorovic <[email protected]>
- Loading branch information
Showing
10 changed files
with
241 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.