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

Install also NodeJS based monitors #2

Open
hakman opened this issue Jan 6, 2017 · 2 comments
Open

Install also NodeJS based monitors #2

hakman opened this issue Jan 6, 2017 · 2 comments

Comments

@hakman
Copy link
Contributor

hakman commented Jan 6, 2017

Some of the app types have now new NodeJS based monitors. The install script should handle them also.

@megastef
Copy link

megastef commented Jan 6, 2017

Parts of this script might be helpful:
https://github.com/sematext/docker-spm-client/blob/master/run.sh#L69

Install node & npm packages:

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash 
apt-get update -qqy 
npm i spm-agent-mongodb sematext-agent-httpd sematext-agent-nginx -g

from: https://github.com/sematext/docker-spm-client/blob/master/Dockerfile

@hakman
Copy link
Contributor Author

hakman commented Jan 6, 2017

Thanks @megastef

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

2 participants