everylife-pm2-server-monit-elasticsearch
v1.1.1
Published
A fork of pm2-server-monit-elasticsearch to ship specific PM2 server monitoring logs to elasticsearch.
Downloads
120
Readme
Description
A fork of pm2-server-monit-elasticsearch to ship specific PM2 server monitoring logs to elasticsearch.
everylife-pm2-server-monit-elasticsearch
Install
$ npm install pm2 -g
$ pm2 install everylife-pm2-server-monit-elasticsearch
Configuration
Default settings:
drive
is/
. If the value is incorrect or not found, / will be monitored by default.interval
is5
seconds. Represents the refresh_rate of the cpu and network workers.elasticsearch_url
islocalhost:9200
. Represents Elasticsearch host URL.elasticsearch_index
isserver_monitoring
. Represents index to save server monitoring logs in Elasticsearch.elasticsearch_user
is blank by default.elasticsearch_password
is blank by default.
To modify the config values you can use Keymetrics dashboard or the following commands:
pm2 set everylife-pm2-server-monit-elasticsearch:drive /
pm2 set everylife-pm2-server-monit-elasticsearch:interval 2
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_url es.example.com:9200
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_index server_monitoring_new
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_user username
pm2 set everylife-pm2-server-monit-elasticsearch:elasticsearch_password password
NOTE: If basic authentication is enabled on your elasticsearch, specially via Search Guard, provide username and password as part of host url e.g. "http://username:pass@localhost:9200"
:warning: If this module uses too much CPU, set the interval
value to 10 or more.
Uninstall
$ pm2 uninstall everylife-pm2-server-monit-elasticsearch
License
MIT